List license quota
GET/mt/monitor/v1/agg/custom/license/quota
Retrieve an aggregated list of license quotas 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.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
licenseDetails objectrequired
Map of <Resource Name, License Details>, where Resource Name can be one of MU, RN, CDL
property name* LicenseDetails
License expiry timestamp in UTC
License issuance timestamp in UTC
Units which is Mbps or no units at all (for MU)
Number of license units associated with the license
License Edition SKU
CDL Tenant Id
support objectrequired
Tenant Ids and Region info used for opening a support ticket
CDL Tenant Id
CDL Tenant Region
Fawkes Tenant Id
Fawkes Tenant Region
PA Tenant Id
PA Tenant Region
Panorama Tenant Id
Panorama Tenant Region
TSG Id
{
"licenseDetails": {},
"sub_tenant_id": "string",
"support": {
"cdl_tenant_id": "string",
"cdl_tenant_region": "string",
"fawkes_tenant_id": "string",
"fawkes_tenant_region": "string",
"pa_tenant_id": "string",
"pa_tenant_region": "string",
"panorama_tenant_id": "string",
"panorma_tenant_region": "string"
},
"tsg_id": "string"
}
Bad Request
Server Error