cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
390
Views
0
Helpful
0
Replies

Prime Infra doesnt retrieve any data via RESTAPI

higoel
Cisco Employee
Cisco Employee

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;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;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>

0 Replies 0
Review Cisco Networking for a $25 gift card