Hi All,
I'm trying to use the JSS API, and I can't seem to find documentation on how or if it works if your JSS is broken into sites, and you only have read/write to a specific site.
Our campus has a central Casper server, and I only have access to my specific site... but I'm not sure if the API is smart enough to actually drop my posted data into my site, or if the reason I'm getting "Conflict" (Error 409's) back is because it's saying I don't have rights to create content in the root of the JSS.
Here's what I'm trying:
curl -skfu username:password https://casper.example.com:8443/JSSResource/computergroups/id/0 -T ~/Desktop/macOSSierraIncompatible.xml -X POST;
content of that xml is from here: https://derflounder.wordpress.com/2016/09/20/building-a-casper-smart-group-containing-sierra-incompatible-macs/#more-8325
Help?