we were trying to retrieve some raw data from the REST API from a WLC from a PI instance , however we are not getting any output, sample query and response as below:
H:\>curl -k "https://avcapi:Qwerty123@10.150.98.17/webacs/api/v4/op/statisticsService/device/availability?range=1&ipAddress=10.148.158.10" <?xml version="1.0" ?> <mgmtResponse responseType="operation" requestUrl="https://10.150.98.17/webacs/api/v4/op/statisticsService/device/availability?range=1&amp;ipAddress=10.148.158.10" rootUrl="https://10.150.98.17/webacs/api/v4/op" domain="ROOT-DOMAIN"> <statisticsDTO> <childStatistics> <childStatistic> <childStatistics></childStatistics> <statisticEntries> <statisticEntry> <attributeName>issue</attributeName> <displayName>Issue</displayName> <entryValue>CDBNODATA</entryValue> </statisticEntry> </statisticEntries> </childStatistic> </childStatistics> <statisticEntries></statisticEntries> <statisticsName>DEVICE_AVAILABILITY</statisticsName> </statisticsDTO> </mgmtResponse>
H:\>curl -k "https://avcapi:Qwerty123@10.150.98.19/webacs/api/v4/op/statisticsService/device/availability?range=1&ipAddress=10.148.158.10" <?xml version="1.0" ?> <mgmtResponse responseType="operation" requestUrl="https://10.150.98.19/webacs/api/v4/op/statisticsService/device/availability?range=1&amp;ipAddress=10.148.158.10" rootUrl="https://10.150.98.19/webacs/api/v4/op" domain="ROOT-DOMAIN"> <statisticsDTO> <childStatistics> <childStatistic> <childStatistics></childStatistics> <statisticEntries> <statisticEntry> <attributeName>issue</attributeName> <displayName>Issue</displayName> <entryValue>CDBNODATA</entryValue> </statisticEntry> </statisticEntries> </childStatistic> </childStatistics> <statisticEntries></statisticEntries> <statisticsName>DEVICE_AVAILABILITY</statisticsName> </statisticsDTO> </mgmtResponse>