Retrieves comprehensive entitlement utilization summaries that provide real-time visibility into how licenses are being consumed. Entitlement utilization summaries are aggregated reports that show license consumption patterns for each license type and device category. These summaries help organizations understand their license usage.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/entitlements/utilizations/query
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/entitlements/utilizations/query
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/entitlements/utilizations/query
- application/vnd.ruckus.v1.2+json
- application/json
{ "filters": { "licenseType": [ … ], "isTrial": false, "status": [ … ], "expirationDateRange": { … }, "sku": "[A-Z]+-[A-Z]+-[A-Z]+-[A-Z]+[0-9]$", "skuTier": "Platinum, Gold, Silver" } }
Response
- application/json
- application/vnd.ruckus.v1.2+json
{ "data": [ { … } ] }