How can I enrich the endpoint tickets, where the ticket is for a MacOS host, lookup the host in Jamf and return the following fields: Site, Username, and Full Name. Expected results for 'Site' include "NA - Retail" and "NA - Corp" among others.
@brandylee1993 hopefully you got your answer? Otherwise:
I can't see any JAMF app in Phantom but if it has an API (non OAUTH) then you can use the HTTP app to GET data from the API.
If there is an OAUTH requirement then you will likely need to create an app to get the token and then query the API for the data you require. Then a Playbook could add this data to an existing ticket.
I highly recommend running through the tutorial to see if i might be simple to build a JAMF app (https://docs.splunk.com/Documentation/Phantom/4.9/DevelopApps/Tutorial)
If this helped anyone, please add a Karma below!
Splunk released a Phantom App for Jamf a few weeks ago. I haven't really checked out much about it yet.
https://my.phantom.us/4.10/apps/?search=JAMF
@brandylee1993 hopefully you got your answer? Otherwise:
I can't see any JAMF app in Phantom but if it has an API (non OAUTH) then you can use the HTTP app to GET data from the API.
If there is an OAUTH requirement then you will likely need to create an app to get the token and then query the API for the data you require. Then a Playbook could add this data to an existing ticket.
I highly recommend running through the tutorial to see if i might be simple to build a JAMF app (https://docs.splunk.com/Documentation/Phantom/4.9/DevelopApps/Tutorial)
If this helped anyone, please add a Karma below!