Posted on 03-23-2016 11:59 AM
Hello JAMF Nation,
I would like to ask if anyone is pulling reports using API?
I am also new here so i don't really have any idea what is API.
thanks in advance! :)
Solved! Go to Solution.
Posted on 03-23-2016 12:04 PM
https://en.wikipedia.org/wiki/Application_programming_interface
Posted on 03-23-2016 12:07 PM
Specifically if you take the URL to your JSS and add /api to the end you will see the API available to you on your API.
For example:
https://jss.company.com:8443/api
you can interact with the API using curl to pull / push information from / to the JSS:
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/curl.1.html
Posted on 03-23-2016 12:17 PM
A good way to learn about the API would be to check out this great presentation by Brad Schmidt from the last JAMF Nation user conference: JNUC 2015 | Why API? Using the REST API in an Educational Environment
Posted on 03-23-2016 12:04 PM
https://en.wikipedia.org/wiki/Application_programming_interface
Posted on 03-23-2016 12:07 PM
Specifically if you take the URL to your JSS and add /api to the end you will see the API available to you on your API.
For example:
https://jss.company.com:8443/api
you can interact with the API using curl to pull / push information from / to the JSS:
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/curl.1.html
Posted on 03-23-2016 12:17 PM
A good way to learn about the API would be to check out this great presentation by Brad Schmidt from the last JAMF Nation user conference: JNUC 2015 | Why API? Using the REST API in an Educational Environment
Posted on 03-23-2016 03:21 PM
thank you guys for responding so quickly. i'll find more time on studying all your suggestions. :)