getOrgUpgrades
GET https://{{host}}/api/v1/orgs/:org_id/devices/upgrade
Response Parameters
Parameter | Type | Description |
---|---|---|
id | uuid | unique id for the org upgrade |
upgrades | array of upgrades | site upgrades part of this upgrade |
upgrades.upgrade_id | uuid | id of the site upgrade |
upgrades.site_id | uuid | site the upgrade belongs to |
RESPONSES
status: OK
[{"id":"c4a69d92-46b9-44a8-ae90-7de44be58a4b","upgrades":[{"site_id":"1916d52a-4a90-11e5-8b45-1258369c38a9","upgrade_id":"f9d03e9a-28ae-4b09-8cef-f682801b46c3"},{"site_id":"495363c9-be25-4fde-8bef-65b28a1a6eaa","upgrade_id":"6de92826-a348-4bae-9005-2d1d8041d327"}]}]