List upgrades
POST/mt/monitor/v1/agg/upgrades/list
Retrieve an aggregated upgrade list across tenants.
Request
Query Parameters
Must be tenant
. Using the query parameter returns all the aggregated responses for the current parent tenant and its child tenants. If not used, the results for just the current tenant are returned.
Header Parameters
Must be one of the following: de
, americas
, europe
, uk
, sg
, ca
, jp
, au
, in
. Returns details from the Cortex Data Lake (CDL) region specified. If no region is specified, the default response is americas
CDL region.
- application/json
Body
- Array [
- ]
- Array [
- ]
filter object
Upgrade list filter. Consists of a required operator and an array of rules objects.
Must be AND
.
rules object[]
See TimeFilter.
Filter operator that is one of the example values and is run on the property field
Filter property field that is one of the example values
Filter property value
properties object[]required
List of property json objects
Upgrade list property. See UpgradeListProperty.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Upgrade List
Schema
- any
[
{
"tenant_id": "<tenant_id>"
},
{
"sub_tenant_id": "<sub_tenant_id>"
},
{
"current_version": "<amiversion>"
},
{
"candidate_release_list": "<candidate_release_list>"
},
{
"customer_onboarded_locations": "<customer_onboarded_locations>"
},
{
"upgrade_ts": "<upgrade_ts>"
},
{
"time_window": "<time_window>"
},
{
"compute_timezone": "<compute_timezone>"
},
{
"upgrade_ts": "<upgrade_ts>"
},
{
"upgrade_type": "<upgrade_type>"
},
{
"upgrade_version": "<upgrade_version>"
},
{
"status": "<status>"
}
]
Bad Request
Server Error