The Manage Entitlements API provides endpoints to manage entitlements. You can use this API to retrieve detailed information about entitlements, usage statistics, available licenses, and expired licenses. This API helps you effectively manage your entitlements and make informed decisions about licensing. Assignments API manage entitlement assignments. You can retrieve a list of assignments, create new assignments, update existing ones, and delete individual assignments.
Download OpenAPI description
Overview
E-mail
Languages
Servers
https://api.devalto.ruckuswireless.com/
Request
Retrieve entitlement usage details. Usage summaries provide information on the number of entitlements used and active devices.
v1.1: Trial license entry will not exist in the response if there are no active trial licenses and no used trial licenses for the MSP/VAR.
v1.0: Will be deprecated on 07/2025 and will be fully removed no earlier than 01/2026.
- application/vnd.ruckus.v1+json
- application/json
- application/vnd.ruckus.v1.1+json
https://api.devalto.ruckuswireless.com/entitlements/utilizations/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "filters": { "licenseType": [ … ], "isTrial": false, "status": [ … ], "isAssignedLicense": false, "usageType": "Self" } }
Response
{ "data": [ {} ], "errors": [ { … } ] }
https://api.devalto.ruckuswireless.com/entitlements/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "defaultPageSize": 0, "sortField": "string", "sortOrder": "string", "page": 0, "pageSize": 0, "fields": [ "string" ], "filters": { "licenseType": [ … ], "isTrial": false, "status": [ … ], "isAssignedLicense": false, "usageType": "Self" } }
Response
{ "fields": [ "string" ], "totalCount": 0, "page": 0, "pageSize": 0, "objectId": "string", "data": [ {} ], "errors": [ { … } ], "subsequentQueries": [ { … } ] }
https://api.devalto.ruckuswireless.com/entitlements
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "usageType": "string", "status": "string", "refreshType": "FULL" }
Response
{ "link": "http://example.com", "desc": "string", "requestId": "string" }