Manage AAA (authentication, authorization, and accounting) Servers.
Switch Service API & Model Documentation (0.4.0)
Download OpenAPI description
Overview
Languages
Servers
RUCKUS One API host for North American region.
https://api.ruckus.cloud/
RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/
RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud/
- RUCKUS One API host for North American region.
https://api.ruckus.cloud/venues/{venueId}/switches/{switchId}/acls/query
- RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/acls/query
- RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/acls/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "fields": [ "string" ], "page": 0, "pageSize": 0, "sortField": "string", "sortOrder": "ASC" }
Response
{ "id": "string", "data": [ {} ], "fields": [ "string" ], "page": 0, "totalCount": 0, "totalPages": 0 }
- RUCKUS One API host for North American region.
https://api.ruckus.cloud/venues/{venueId}/switches/{switchId}/acls
- RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/acls
- RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/acls
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
[ { "id": "string", "name": "string", "aclType": "standard", "aclRules": [ … ] } ]
- RUCKUS One API host for North American region.
https://api.ruckus.cloud/venues/{venueId}/switches/{switchId}/aclUnions
- RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/aclUnions
- RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/aclUnions
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "id": "string", "profileAcl": [ "string" ], "switchAcl": [ "string" ] }