List tenant hierarchy
GET/mt/monitor/v1/agg/custom/tenant/hierarchy
Retrieve an aggregated list of all tenants in the hierarchy.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
cdlTenantId stringrequired
CDL Tenant Id
children undefined[]
List of Child Tenants which are of type Tenant Hierarchy
display_name stringrequired
Tenant Display Name
id stringrequired
TSG Id
license_activated booleanrequired
License Activation Flag
region string[]
Set of CDL regions which can be any one of us01, eu01, au01, de01, jp01, ca01, sg01, uk01
tenantLicenseType stringrequired
Tenant License Type which can be any one of PA_ONLY, SDWAN_ONLY, SASE, PA_SDWAN
vertical stringrequired
Customer Vertical
{
"cdlTenantId": "string",
"children": [
null
],
"display_name": "string",
"id": "string",
"license_activated": true,
"region": [
"string"
],
"tenantLicenseType": "string",
"vertical": "string"
}
Bad Request
Server Error
Loading...