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-11-2021 07:25 AM
Hopefully you can. If you can’t, then we will be in a position to test it out in lab and escalate it internally if required and that will require a GTAC case.
But for now, with very limited information available for the external users, I am not at a liberty to share any further details.
I hope the docs can help you to fix your problem for now.
08-11-2021 07:00 AM
ok. assuming I can retrieve all my 21783 users via API
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-10-2021 07:49 AM
no output.
Can I check any documentation about “page” and “limit” parameters? Maybe have any limitation.
If I put only “limit” command appears this:
<html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx</center>
</body>
</html>