getOrgUpgrades

GET https://{{host}}/api/v1/orgs/:org_id/devices/upgrade

Response Parameters

ParameterTypeDescription
iduuidunique id for the org upgrade
upgradesarray of upgradessite upgrades part of this upgrade
upgrades.upgrade_iduuidid of the site upgrade
upgrades.site_iduuidsite 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"}]}]