Manage AAA (authentication, authorization, and accounting) Servers.
Switch Service API & Model Documentation (0.4.0)
https://api.ruckus.cloud/
https://api.eu.ruckus.cloud/
https://api.asia.ruckus.cloud/
- RUCKUS One API host for North American region.
https://api.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers/{dhcpServerId}
- RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers/{dhcpServerId}
- RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers/{dhcpServerId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload{ "id": "string", "poolName": "string", "defaultRouterIp": "string", "excludedEnd": "string", "excludedStart": "string", "leaseDays": 0, "leaseHrs": 0, "leaseMins": 0, "dhcpOptions": [ { … } ], "subnetAddress": "string", "subnetMask": "string" }
- RUCKUS One API host for North American region.
https://api.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers/{dhcpServerId}
- RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers/{dhcpServerId}
- RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers/{dhcpServerId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "poolName": "string", "defaultRouterIp": "string", "excludedEnd": "string", "excludedStart": "string", "leaseDays": 0, "leaseHrs": 0, "leaseMins": 0, "dhcpOptions": [ { … } ], "subnetAddress": "string", "subnetMask": "string" }
{ "requestId": "string", "response": { "id": "string", "poolName": "string", "defaultRouterIp": "string", "excludedEnd": "string", "excludedStart": "string", "leaseDays": 0, "leaseHrs": 0, "leaseMins": 0, "dhcpOptions": [ … ], "subnetAddress": "string", "subnetMask": "string" } }
- RUCKUS One API host for North American region.
https://api.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers/{dhcpServerId}
- RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers/{dhcpServerId}
- RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers/{dhcpServerId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload{ "requestId": "string", "response": { "id": "string" } }
- RUCKUS One API host for North American region.
https://api.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers
- RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers
- RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "poolName": "string", "defaultRouterIp": "string", "excludedEnd": "string", "excludedStart": "string", "leaseDays": 0, "leaseHrs": 0, "leaseMins": 0, "dhcpOptions": [ { … } ], "subnetAddress": "string", "subnetMask": "string" }
{ "requestId": "string", "response": { "id": "string", "poolName": "string", "defaultRouterIp": "string", "excludedEnd": "string", "excludedStart": "string", "leaseDays": 0, "leaseHrs": 0, "leaseMins": 0, "dhcpOptions": [ … ], "subnetAddress": "string", "subnetMask": "string" } }
- RUCKUS One API host for North American region.
https://api.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers
- RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers
- RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
[ "string" ]
{ "requestId": "string", "response": { "id": "string" } }
- RUCKUS One API host for North American region.
https://api.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers/query
- RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers/query
- RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServers/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "fields": [ "string" ], "page": 0, "pageSize": 0, "sortField": "string", "sortOrder": "ASC" }
{ "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}/dhcpServerStates
- RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServerStates
- RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/dhcpServerStates
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "state": true }
{ "requestId": "string", "response": { "id": "string" } }