Mileage reports with detailed tracking of both available entitlement and assignment changes. This API is available for MSP customers.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/entitlements/mileageReports/query
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/entitlements/mileageReports/query
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/entitlements/mileageReports/query
- application/vnd.ruckus.v1.2+json
- application/json
{ "page": 1, "pageSize": 30, "filters": { "licenseType": "APSW", "isTrial": true } }
success
Message providing additional details about the response.
Example:"Object created/updated successfully."
Response
- application/json
- application/vnd.ruckus.v1.2+json
{ "status": "success", "message": "Object created/updated successfully.", "page": 0, "pageSize": 0, "totalCount": 0, "data": [ { … } ] }