v0.0.70
Jamf Pro Classic API - Mobile Device Configuration Profiles
Added SDK coverage for Mobile Device Configuration Profiles with examples
Endpoints
-
✅ GET
/JSSResource/mobiledeviceconfigurationprofiles
GetMobileDeviceConfigurationProfilesretrieves a serialized list of all Mobile Device Configuration Profiles. -
✅ GET
/JSSResource/mobiledeviceconfigurationprofiles/id/{id}
GetMobileDeviceConfigurationProfileByIDfetches details of a single Mobile Device Configuration Profile by its ID. -
✅ GET
/JSSResource/mobiledeviceconfigurationprofiles/name/{name}
GetMobileDeviceConfigurationProfileByNameretrieves details of a Mobile Device Configuration Profile by its name. -
✅ GET
/JSSResource/mobiledeviceconfigurationprofiles/id/{id}/subset/{subset}
GetMobileDeviceConfigurationProfileByIDBySubsetfetches a specific Mobile Device Configuration Profile by its ID and a specified subset. -
✅ GET
/JSSResource/mobiledeviceconfigurationprofiles/name/{name}/subset/{subset}
GetMobileDeviceConfigurationProfileByNameBySubsetfetches a specific Mobile Device Configuration Profile by its name and a specified subset. -
✅ POST
/JSSResource/mobiledeviceconfigurationprofiles/id/0
CreateMobileDeviceConfigurationProfilecreates a new Mobile Device Configuration Profile. The ID0in the endpoint indicates creation. -
✅ PUT
/JSSResource/mobiledeviceconfigurationprofiles/id/{id}
UpdateMobileDeviceConfigurationProfileByIDupdates an existing Mobile Device Configuration Profile by its ID. -
✅ PUT
/JSSResource/mobiledeviceconfigurationprofiles/name/{name}
UpdateMobileDeviceConfigurationProfileByNameupdates an existing Mobile Device Configuration Profile by its name. -
✅ DELETE
/JSSResource/mobiledeviceconfigurationprofiles/id/{id}
DeleteMobileDeviceConfigurationProfileByIDdeletes a Mobile Device Configuration Profile by its ID. -
✅ DELETE
/JSSResource/mobiledeviceconfigurationprofiles/name/{name}
DeleteMobileDeviceConfigurationProfileByNamedeletes a Mobile Device Configuration Profile by its name.