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/templates/venues/{venueId}/switchSettings
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/venues/{venueId}/switchSettings
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/venues/{venueId}/switchSettings
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadOK
- application/json
- application/vnd.ruckus.v1+json
- application/vnd.ruckus.v1.1+json
The flag indicating whether syslog functionality is enabled for this venue template.
The IP address or hostname of the primary syslog server for log collection.
The IP address or hostname of the secondary syslog server for redundancy.
The flag indicating whether CLI templates have been applied to switches in this venue.
The set of port profile identifiers associated with this venue template.
The set of switch profile identifiers that are applied at the venue level.
Response
{ "id": "string", "name": "string", "dns": [ "string" ], "syslogEnabled": true, "syslogPrimaryServer": "string", "syslogSecondaryServer": "string", "cliApplied": true, "profileId": [ "string" ], "switchProfileIds": [ "string" ], "switchCliProfileIds": [ "string" ] }
Body
- application/json
- application/vnd.ruckus.v1+json
- application/vnd.ruckus.v1.1+json
Enable syslog for centralized logging of switches in venues using this template (default: false).
Secondary syslog server IP address or hostname for redundancy in the template.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/venues/{venueId}/switchSettings
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/venues/{venueId}/switchSettings
- RUCKUS One API host for Asian region.https://api.asia.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": [ … ] } }