08-04-2021 11:27 AM
Hello everybody
I'd like to obtain the total users via REST API (cURL, for example). Now have this:
curl -s -X GET "https://api.extremecloudiq.com/ssids/users?limit=100"
it’s possible to obtain the results without limit? Actually have the following pages and results:
"total_pages": 2179,
"total_count": 21783
If I put the value limit to 1000000 appears this error because the process takes a long time and returns this:
<head><title>504 Gateway Time-out</title></head>
it’s possible to obtain the export CSV (https://ie.extremecloudiq.com/#/users/users) via command line?
Thanks in advance.
Solved! Go to Solution.
08-11-2021 12:10 AM
https://extremecloudiq.com/api-docs/api-docs.html
Here is the documentation
Please note that the Work on API is still in progress. We are working on a new End-point web application to make API calls. The tentative date of it’s release is by the end of September.
08-05-2021 03:09 PM
So can’t we do
curl -X GET "https://api.extremecloudiq.com/ssids/users?page=2179&limit=25000"
?
08-05-2021 09:09 AM
yes. It run correctly but I need all users. not only 10 .
08-05-2021 08:30 AM
Try:
curl -X GET "https://api.extremecloudiq.com/ssids/users?page=2179&limit=10"
08-05-2021 08:19 AM
via GUI I can generate the CSV correctly but I need via cURL
08-05-2021 01:09 AM
CLI for XIQ? I never heard of it.
But if you want to export the users via GUI, check the below screen shot: