grokability / jamf2snipe

Import and sync assets from a JAMFPro instance to Snipe-IT asset management.
MIT License
109 stars 55 forks source link

[Question] Jamf Now support? #110

Open untuned opened 1 year ago

untuned commented 1 year ago

I know this is compatible with Jamf Pro, but is the cheaper Jamf Now supported by this as well?

ParadoxGuitarist commented 1 year ago

These docs: https://developer.jamf.com/jamf-pro/docs/getting-started-2

Seem to indicate that the classic API is available for jamf-pro and not Jamf Now (based off the URI path) , but if you have access to the classic API with another product, it'll work

Jamf Pro
Classic API Overview
IntroductionThe Classic API is primary tool for programmatic access to data within the system and to allow for integrations with other systems. The base URL for the Classic API is located at /JSSResource on each Jamf Pro instance. Documentation and “Try it out” features are built into each instance ...