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}/staticRoutes/{staticRouteId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes/{staticRouteId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes/{staticRouteId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "id": "string", "destinationIp": "string", "nextHop": "string", "adminDistance": 1 }
Bodyrequired
- application/json
- application/vnd.ruckus.v1+json
The destination IP address and subnet mask in CIDR notation for the static route.
The IP address of the next hop gateway to route traffic for the destination network.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes/{staticRouteId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes/{staticRouteId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes/{staticRouteId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "destinationIp": "string", "nextHop": "string", "adminDistance": 1 }
Response
{ "requestId": "string", "response": { "id": "string", "destinationIp": "string", "nextHop": "string", "adminDistance": 1 } }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes/{staticRouteId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes/{staticRouteId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes/{staticRouteId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "requestId": "string", "response": { "id": "string" } }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadOK
- application/json
- application/vnd.ruckus.v1+json
The destination IP address and subnet mask in CIDR notation for the static route.
The IP address of the next hop gateway to route traffic for the destination network.
The administrative distance value for route preference, with lower values having higher priority.
Response
[ { "id": "string", "destinationIp": "string", "nextHop": "string", "adminDistance": 1 } ]
BodyrequiredArray [ ]
- application/json
- application/vnd.ruckus.v1+json
The destination IP address and subnet mask in CIDR notation for the static route.
The IP address of the next hop gateway to route traffic for the destination network.
The administrative distance value for route preference, with lower values having higher priority.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
[ { "id": "string", "destinationIp": "string", "nextHop": "string", "adminDistance": 1 } ]
Response
{ "requestId": "string", "response": { "id": "string", "destinationIp": "string", "nextHop": "string", "adminDistance": 1 } }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/venues/{venueId}/switches/{switchId}/staticRoutes
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
[ "string" ]
Response
{ "requestId": "string", "response": { "id": "string" } }