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/
Bodyrequired
- application/vnd.ruckus.v1+json
- application/json
Sorting order, default is ascending order if missing.
Enum"ASC""DESC"
Example: "DESC"
Fields to return, all fields will be returned if missing.
Items Enum"id""type""tenantType""enabled""startDate""endDate""summary""details""createdDate""updatedDate"
Example: ["summary","details"]
https://api.devalto.ruckuswireless.com/entitlements/attentionNotes/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "sortField": "startDate", "sortOrder": "DESC", "page": 1, "pageSize": 30, "fields": [ "summary", "details" ], "filters": { "type": [ … ], "tenantType": [ … ], "status": [ … ], "enabled": true, "licenseCheck": true } }
Response
{ "fields": [ "string" ], "totalCount": 0, "page": 0, "pageSize": 0, "objectId": "string", "data": [ { … } ], "errors": [ { … } ], "subsequentQueries": [ { … } ] }