List license service setup status
GET/mt/monitor/v1/agg/custom/license/setup/status
Retrieve an aggregated list of all license service setup statuses 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
CDL Tenant Id
Operational status which can be any one of the following values: No License, Warning, Error, Complete, Activating
Licensed service setup status which can be any one of the following values: No License, License Allocated, License Activated, Components Configured
TSG Id
{
"cdl_tenant_id": "string",
"operational_status": "string",
"service_setup_status": "string",
"tsg_id": "string"
}
Bad Request
Server Error