API for querying and retrieving pending device assets information in Ruckus Cloud platform. This service provides read only endpoints for searching and retrieving device assets (Access Points and Switches) with advanced filtering, pagination, and sorting capabilities.
Pending Assets Viewer//
- Query Access Point Device Assets
Query Switch Device Assets
Get Switch Device Models
Get Access Point Device Models
Query Access Point Device...
Download OpenAPI description
Overview
Languages
Servers
RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud
RUCKUS One API host for European region.
https://api.eu.ruckus.cloud
RUCKUS One API host for North American region.
https://api.ruckus.cloud
Bodyrequired
- application/json
- application/vnd.ruckus.v1+json
includeHiddenboolean
Whether to include hidden devices in the results.
Example: false
Column name to sort by.
Enum"serialNumber""model""shipDate""createdDate""hiddenStatusName"
Example: "createdDate"
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/deviceProvisions/switches/query
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/deviceProvisions/switches/query
- RUCKUS One API host for North American region.https://api.ruckus.cloud/deviceProvisions/switches/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "page": 0, "size": 20, "includeHidden": false, "sortColumn": "createdDate", "order": "ASC", "searchText": "T610", "filterModels": [ "R650", "R610", "R670" ], "dayRange": "SEVEN_DAYS", "createdDateFrom": "2024-01-01", "createdDateTo": "2024-12-31" }
Response
{ "content": [ { … } ], "pageable": { "pageNumber": 0, "pageSize": 10, "sort": { … }, "offset": 0, "unpaged": false, "paged": true }, "totalPages": 1, "totalElements": 5, "last": true, "numberOfElements": 5, "size": 10, "number": 0, "sort": { "unsorted": false, "sorted": true, "empty": false }, "first": true, "empty": false }
Bodyrequired
- application/json
- application/vnd.ruckus.v1+json
includeHiddenboolean
Whether to include hidden devices in the results.
Example: false
Column name to sort by.
Enum"serialNumber""model""shipDate""createdDate""hiddenStatusName"
Example: "createdDate"
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/deviceProvisions/aps/query
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/deviceProvisions/aps/query
- RUCKUS One API host for North American region.https://api.ruckus.cloud/deviceProvisions/aps/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "page": 0, "size": 20, "includeHidden": false, "sortColumn": "createdDate", "order": "ASC", "searchText": "T610", "filterModels": [ "R650", "R610", "R670" ], "dayRange": "SEVEN_DAYS", "createdDateFrom": "2024-01-01", "createdDateTo": "2024-12-31" }
Response
{ "content": [ { … } ], "pageable": { "pageNumber": 0, "pageSize": 10, "sort": { … }, "offset": 0, "unpaged": false, "paged": true }, "totalPages": 1, "totalElements": 5, "last": true, "numberOfElements": 5, "size": 10, "number": 0, "sort": { "unsorted": false, "sorted": true, "empty": false }, "first": true, "empty": false }
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/deviceProvisions/switches/models
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/deviceProvisions/switches/models
- RUCKUS One API host for North American region.https://api.ruckus.cloud/deviceProvisions/switches/models
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
[ "ICX7250-24P", "ICX7150-C12P" ]
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/deviceProvisions/aps/models
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/deviceProvisions/aps/models
- RUCKUS One API host for North American region.https://api.ruckus.cloud/deviceProvisions/aps/models
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
[ "R650", "R610", "R670" ]