What is API?

RobertAlviar
New Contributor II

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! :)

3 ACCEPTED SOLUTIONS

ooshnoo
Valued Contributor

https://en.wikipedia.org/wiki/Application_programming_interface

View solution in original post

bpavlov
Honored Contributor

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

View solution in original post

Josh_Smith
Contributor III

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

View solution in original post

4 REPLIES 4

ooshnoo
Valued Contributor

https://en.wikipedia.org/wiki/Application_programming_interface

bpavlov
Honored Contributor

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

Josh_Smith
Contributor III

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

RobertAlviar
New Contributor II

thank you guys for responding so quickly. i'll find more time on studying all your suggestions. :)