Hello, I am looking at API where if an organization has more than 5000
devices registered in Jamf, i need to get the computers in batches..
means. get 1000 computers in batch to reduce the network latency. Can
some one provide some clues?
Hello All.. I am still looking for any alternative soln.. Assume i have
only read access to REST APIs (no put/post is allowed), I need a chunk
of devices.. every time like in 100s. If there is any API which supports
to get device ids from 0 to 100, t...
Thanks @mm2270, This is good info.. bot the data i am getting is not
sufficient for each computer.. I wanted data that as come with response
to /computers/id for batch processing. Means get computer data for set
of computers in batch and put in paral...
how can we use the Advanced Computer Searches as external API to trigger
specific search? I am just a REST API Consumer. I see API only to
create/update/delete the Advanced Computer Searches as given below
advancedcomputersearchesGET/advancedcomputer...
curl -X GET "https://tryitout.jamfcloud.com/JSSResource/computers" -H
"accept: application/xml" OR curl -X GET
"https://tryitout.jamfcloud.com/JSSResource/computers/subset/basic" -H
"accept: application/xml"This one gives me all the computers registe...