Entitlements//
- Synchronize entitlements with purchased records
Get Entitlement Utilization Summaries
Get Entitlements
Query License Mileage Report
Query Entitlement Compliance Status
Get Entitlements Banners
Synchronize entitlements...
If RUCKUS One licenses are not up to date with purchased licenses, call this API to sync with purchased records. This API syncs RUCKUS One licenses from purchased entitlements.
Type of refresh operation to perform during synchronization, determining the scope and method of the entitlement data refresh.
Enum:"FULL""DELTA""PAGINATED"
Example:"PAGINATED"
- RUCKUS One API host for North American region.https://api.ruckus.cloud/entitlements
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/entitlements
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/entitlements
- application/vnd.ruckus.v1.2+json
- application/json
{ "usageType": "string", "status": "string", "refreshType": "PAGINATED" }
Sync request accepted. RUCKUS One licenses will be synchronized from purchased records.
Human-readable description providing details about the accepted request, its purpose, and expected processing outcome.
Response
- application/json
- application/vnd.ruckus.v1.2+json
{ "link": "http://example.com", "desc": "string", "requestId": "string" }