Casper Suite Scripting Libraries - Building Address Import

smoreland
New Contributor

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?

4 REPLIES 4

seansb
New Contributor III

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

seansb
New Contributor III

Oh - I also came across this (don't know why I didn't know about this).

http://jssmut.weebly.com/

A nice GUI interface that appears to be able to do what you need it to do.

bkerns
New Contributor II

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

smoreland
New Contributor

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.