Skip to main content

List license utilization

GET 

/mt/monitor/v1/agg/custom/license/utilization

Retrieve an aggregated list of all license utilization 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
    end_time int64

    This is the time upto which user wants to see the data

    Example: 98765432
    start_time int64

    This is the time from which user wants to see the data

    Example: 123456789
    product_type string

    The value can be MU(Mobile Users), RN(Remote Networks)

    Example: MU,RN
    threshold double

    This value is the license utilization threshold. It can be any integer number, default is -1

    Example: -1
    time_period string

    This is the time range for which user wants to see the data.The value can be last 15m, 1h, 3h, 24h, 7d, 30d

    Example: 1h

Header Parameters

    X-PANW-Region string

    This will be one of the 9 supported regions(americas, europe, au,de, jp, ca, sg, uk, in)

    Example: americas

Responses

Success

Schema
    license_unit stringrequired

    Units which can be Kbps or Mbps or no units at all (for MU)

    license_units doublerequired

    Number of license units allocated to the tenant

    license_units_used doublerequired

    Number of license units used by the tenant

    license_used_unit stringrequired

    Units which can be Kbps or Mbps or no units at all (for MU)

    product_type stringrequired

    Product Resource Type which is one of the following: RN, MU

    sub_tenant_id stringrequired

    CDL Tenant Id

    utilization_percentage doublerequired

    Utilization Percentage

Loading...