Manage AAA (authentication, authorization, and accounting) Servers.
Switch Service API & Model Documentation (0.3.4)
Download OpenAPI description
Overview
Languages
Servers
Asian region
https://api.asia.ruckus.cloud/
European region
https://api.eu.ruckus.cloud/
North American region
https://api.ruckus.cloud/
- Asian region
https://api.asia.ruckus.cloud/templates/venues/{venueId}/switchSettings
- European region
https://api.eu.ruckus.cloud/templates/venues/{venueId}/switchSettings
- North American region
https://api.ruckus.cloud/templates/venues/{venueId}/switchSettings
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
{ "id": "string", "name": "string", "dns": [ "string" ], "syslogEnabled": true, "syslogPrimaryServer": "string", "syslogSecondaryServer": "string", "cliApplied": true, "profileId": [ "string" ], "switchProfileIds": [ "string" ], "switchCliProfileIds": [ "string" ] }
- Asian region
https://api.asia.ruckus.cloud/templates/venues/{venueId}/switchSettings
- European region
https://api.eu.ruckus.cloud/templates/venues/{venueId}/switchSettings
- North American region
https://api.ruckus.cloud/templates/venues/{venueId}/switchSettings
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "syslogEnabled": true, "syslogPrimaryServer": "string", "syslogSecondaryServer": "string", "dns": [ "string" ], "profileId": [ "string" ] }
Response
{ "requestId": "string", "response": { "id": "string", "name": "string", "dns": [ … ], "syslogEnabled": true, "syslogPrimaryServer": "string", "syslogSecondaryServer": "string", "cliApplied": true, "profileId": [ … ] } }