Firmware.
Firmware eligible devices, enrollment, scheduling, upgrade history, autorenewal, and cancellations. 7 operations. Each links to a permanent page with parameters, a cURL example, and a sample response — or open this category in the interactive explorer.
GET
/v1.0/firmware/devices/{imei}/historyGet the firmware upgrade history for a device. This endpoint can only be accessed by scope aux_soft_mgmt.DELETE/v1.0/firmware/devices/{imei}/upgradeCancels a firmware upgrade for a device. This endpoint can only be accessed by scope aux_soft_mgmt.GET/v1.0/firmware/{corpId}/devicesGet list of fotaEligible firmware devices for device group. This endpoint can only be accessed by scope aux_soft_mgmt.PUT/v1.0/firmware/{corpId}/devices/autorenewalUpdates autorenewal flag on devices. This endpoint can only be accessed by scope org_super with aux_soft_mgmt.POST/v1.0/firmware/{corpId}/devices/enrollEnroll firmware device or devices. This endpoint can only be accessed by scope org_super with aux_soft_mgmt.POST/v1.0/firmware/{corpId}/devices/upgradeSchedules a firmware upgrade for devices. This endpoint can only be accessed by scope aux_soft_mgmt.PUT/v1.0/firmware/{corpId}/devices/upgradeReschedules a firmware upgrade for devices. This endpoint can only be accessed by scope aux_soft_mgmt.