05-07-2022 04:29 AM
https://api.extremecloudiq.com/applications/123456789/clients/top1?startTime=1651774982092&endTime=1651874982092
Response:
[
{
"application_id": 123456789,
"client_id": [redacted],
"client_mac_address": "E4B318[redacted]",
"client_host_name": "[redacted]",
"usage": 38804072
}
]
The same query but with another bogus application ID:
https://api.extremecloudiq.com/applications/98765/clients/top1?startTime=1651774982092&endTime=1651874982092
Response:
[
{
"application_id": 98765,
"client_id": [redacted],
"client_mac_address": "E4B318[redacted]",
"client_host_name": "[redacted]",
"usage": 38804072
}
]
I don't understand why it's doing this. It doesn't matter if the application ID is legitimate or not, it will still spit out the same list of devices with the same usage and everything minus the application ID field. I can replicate this issue on the Swagger UI so I do not believe this to be user error, although I would love to be proven wrong.
Solved! Go to Solution.
05-10-2022 06:24 PM
05-10-2022 06:24 PM