Posted on 09-15-2016 08:15 AM
Hi everyone,
I and our team are rather new to Casper Suite. We're looking to see if anyone knows or maintains Python, JavaScript, or any other language libraries for accessing the JSS REST API?
A little context around what we're wanting to do. We have a need to keep up-to-date data on all of our "Building" addresses at all of our branch office locations. This data is maintained within our on-boarding system and made available to us through csv, xml, json or whatever markup lang we need.
Is there a quicker way of doing this?
Posted on 09-15-2016 10:49 AM
Hi,
This post is a great example of a workflow that can be tweaked to accomplish this:
https://jamfnation.jamfsoftware.com/discussion.html?id=13118#responseChild77400
API documentation can be accessed via your jss at https://yourjss.yourcompany.com:8443/api
Posted on 09-16-2016 12:24 PM
Oh - I also came across this (don't know why I didn't know about this).
A nice GUI interface that appears to be able to do what you need it to do.
Posted on 09-19-2016 08:00 AM
There is a library for Python called python-jss. I use it (and many of its author's other tools) quite a lot.
https://github.com/sheagcraig/python-jss
Posted on 10-04-2016 07:20 PM
I had to update my email notification preferences because I didn't notice your replies.
Thank you for these pointers! I'll be sure to share anything I can come up with on the community.