List license utilization
GET/mt/monitor/v1/agg/custom/license/utilization
Retrieve an aggregated list of all license utilization 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.
This is the time upto which user wants to see the data
This is the time from which user wants to see the data
The value can be MU(Mobile Users), RN(Remote Networks)
This value is the license utilization threshold. It can be any integer number, default is -1
This is the time range for which user wants to see the data.The value can be last 15m, 1h, 3h, 24h, 7d, 30d
Header Parameters
This will be one of the 9 supported regions(americas, europe, au,de, jp, ca, sg, uk, in)
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Units which can be Kbps or Mbps or no units at all (for MU)
Number of license units allocated to the tenant
Number of license units used by the tenant
Units which can be Kbps or Mbps or no units at all (for MU)
Product Resource Type which is one of the following: RN, MU
CDL Tenant Id
Utilization Percentage
{
"license_unit": "string",
"license_units": 0,
"license_units_used": 0,
"license_used_unit": "string",
"product_type": "string",
"sub_tenant_id": "string",
"utilization_percentage": 0
}
Bad Request
Server Error