Device Firmware Update Policy
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
API Calls
/V5/policies/devicefirmwareupdate
/V5/policies/devicefirmwareupdate
JSON Table
Attribute | Data Type | Description | Default/Sample value |
---|---|---|---|
type | string | Category or type of the device whose details are being modified. The applicable value is ap | ap |
boxId | long | Syatem-generated ID of the AP. | 2 |
name | String | Name of the device. | Mojo_90:64:10 |
radios | application/json | A JSON object with attributes related to the access point radio |
Sample JSON
{ "policyCreatedAtLocId": { "type": "locallocationid", "id": 0 }, "policyType": "DEVICE_UPGRADE", "scheduledDeviceUpgradeEnabled": false, "newDeviceUpgradeEnabled": false, "hitlessDeviceUpgradeEnabled": false, "hitlessDeviceUpgradeRecursiveApply": false, "schedule": { "scheduleId": 0, "locationId": null, "recurringSchedule": false, "onetimeDeviceUpgradeSchedule": { "startDateTime": "000000", "upgradeWindowDuration": { "minutes": 0 } }, "recurringDeviceUpgradeSchedule": null }, "scheduledDeviceUpgradeRecursiveApply": false, "newDeviceUpgradeRecursiveApply": false, "firmwareUpdateConfigForSchedule": { "useLatestFirmwareForAllModels": true, "modelConfigurations": { "model-x": { "updateConfiguration": "LATEST", "version": { "versionDisplayString": "8.3.1-301.01", "version": "8.3.1-301", "vendorVersionId": "01" } } }, "updateOtherModelsToLatest": false }, "firmwareUpdateConfigForNewDevices": { "useLatestFirmwareForAllModels": true, "modelConfigurations": { "model-x": { "updateConfiguration": "LATEST", "version": { "versionDisplayString": "8.3.1-301.01", "version": "8.3.1-301", "vendorVersionId": "01" } } }, "updateOtherModelsToLatest": true } }