v0.0.76
Jamf Pro Classic API - Mobile Device Provisioning Profiles
Added SDK coverage for mobile device provisioning profiles with examples
Endpoints
-
✅ GET
/JSSResource/mobiledeviceprovisioningprofiles
GetMobileDeviceProvisioningProfilesretrieves a serialized list of all Mobile Device Provisioning Profiles. -
✅ GET
/JSSResource/mobiledeviceprovisioningprofiles/id/{id}
GetMobileDeviceProvisioningProfileByIDfetches a specific Mobile Device Provisioning Profile by its ID. -
✅ GET
/JSSResource/mobiledeviceprovisioningprofiles/name/{name}
GetMobileDeviceProvisioningProfileByNamefetches a specific Mobile Device Provisioning Profile by its name. -
✅ GET
/JSSResource/mobiledeviceprovisioningprofiles/uuid/{uuid}
GetMobileDeviceProvisioningProfileByUUIDfetches a specific Mobile Device Provisioning Profile by its UUID. -
✅ POST
/JSSResource/mobiledeviceprovisioningprofiles/id/{id}
CreateMobileDeviceProvisioningProfileByIDcreates a new Mobile Device Provisioning Profile by its ID. -
✅ POST
/JSSResource/mobiledeviceprovisioningprofiles/name/{name}
CreateMobileDeviceProvisioningProfileByNamecreates a new Mobile Device Provisioning Profile by its name. -
✅ POST
/JSSResource/mobiledeviceprovisioningprofiles/uuid/{uuid}
CreateMobileDeviceProvisioningProfileByUUIDcreates a new Mobile Device Provisioning Profile by its UUID. -
✅ PUT
/JSSResource/mobiledeviceprovisioningprofiles/id/{id}
UpdateMobileDeviceProvisioningProfileByIDupdates an existing Mobile Device Provisioning Profile by its ID. -
✅ PUT
/JSSResource/mobiledeviceprovisioningprofiles/name/{name}
UpdateMobileDeviceProvisioningProfileByNameupdates an existing Mobile Device Provisioning Profile by its name. -
✅ PUT
/JSSResource/mobiledeviceprovisioningprofiles/uuid/{uuid}
UpdateMobileDeviceProvisioningProfileByUUIDupdates an existing Mobile Device Provisioning Profile by its UUID. -
✅ DELETE
/JSSResource/mobiledeviceprovisioningprofiles/id/{id}
DeleteMobileDeviceProvisioningProfileByIDdeletes a Mobile Device Provisioning Profile by its ID. -
✅ DELETE
/JSSResource/mobiledeviceprovisioningprofiles/name/{name}
DeleteMobileDeviceProvisioningProfileByNamedeletes a Mobile Device Provisioning Profile by its name. -
✅ DELETE
/JSSResource/mobiledeviceprovisioningprofiles/uuid/{uuid}
DeleteMobileDeviceProvisioningProfileByUUIDdeletes a Mobile Device Provisioning Profile by its UUID.