cancel
Showing results for 
Search instead for 
Did you mean: 

Get all users via API

Get all users via API

extreme
New Contributor

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.

1 ACCEPTED SOLUTION

Dilraj_Singh_Kh
Extreme Employee

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.

View solution in original post

9 REPLIES 9

Dilraj_Singh_Kh
Extreme Employee

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.

extreme
New Contributor

ok. assuming I can retrieve all my 21783 users via API

Dilraj_Singh_Kh
Extreme Employee

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.

extreme
New Contributor

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>

 

 

 

GTM-P2G8KFN