Skip to main content

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

    agg_by string

    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.

    Example: tenant

Header Parameters

    X-PANW-Region string

    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.

    Example: americas

Responses

Success

Schema
    cdl_tenant_id stringrequired

    CDL Tenant Id

    operational_status stringrequired

    Operational status which can be any one of the following values: No License, Warning, Error, Complete, Activating

    service_setup_status stringrequired

    Licensed service setup status which can be any one of the following values: No License, License Allocated, License Activated, Components Configured

    tsg_id stringrequired

    TSG Id

Loading...