List 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 string required
CDL Tenant Id
- children undefined[]
List of Child Tenants which are of type Tenant Hierarchy
- display_name string required
Tenant Display Name
- id string required
TSG Id
- license_activated boolean required
License Activation Flag
- region string[]
Set of CDL regions which can be any one of us01, eu01, au01, de01, jp01, ca01, sg01, uk01
- tenantLicenseType string required
Tenant License Type which can be any one of PA_ONLY, SDWAN_ONLY, SASE, PA_SDWAN
- vertical string required
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...