MobileIron Core: APIs reference
Here is an exhaustive list of the APIs used by Exodus.
List Device Spaces
GET /api/v2/device_spaces
This request is used to validate the configuration and locate the given Device Space when creating a Migration or updating the credentials.
List Labels
GET /api/v2/labels/label_summary?adminDeviceSpaceId={deviceSpaceID}
This request is used to validate the configuration and locate the given Label when creating a Migration or updating the credentials.
Search Devices
GET /api/v2/devices?adminDeviceSpaceId={deviceSpaceID}&...
This request is used to list the devices that are members of the given Device Group and Label and to check the status of a device in the Source Tenant.
List Devices with a Specific App
GET /api/v2/appinventory/devices?adminDeviceSpaceId={deviceSpaceID}&...
This request is used to list the devices with the iOS Companion App installed.
Retire Device
PUT /api/v2/devices/retire?adminDeviceSpaceId={deviceSpaceID}
This request is used to retire an enrolled device.
Wipe Device
PUT /api/v2/devices/wipe?adminDeviceSpaceId={deviceSpaceID}
This request is used to wipe an enrolled device.