Manage AAA (authentication, authorization, and accounting) Servers.
Switch Service API & Model Documentation (0.4.0)
- RUCKUS One API host for North American region.https://api.ruckus.cloud/venues/{venueId}/switchSettings
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/venues/{venueId}/switchSettings
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/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 name of the venue representing a physical location or site in the network infrastructure.
The list of DNS server IP addresses configured for name resolution at the venue level.
The flag indicating whether syslog forwarding is enabled for centralized logging of venue switches.
The IP address of the primary syslog server for receiving log messages from switches in this venue.
The IP address of the secondary syslog server for redundant log message reception.
The flag indicating whether CLI templates have been applied to switches in this venue.
The set of profile identifiers associated with this venue for switch configuration management.
The set of switch specific profile identifiers applied to switches in this venue.
{ "id": "string", "name": "string", "dns": [ "string" ], "switchLoginUsername": "string", "switchLoginPassword": "string", "syslogEnabled": true, "syslogPrimaryServer": "string", "syslogSecondaryServer": "string", "cliApplied": true, "profileId": [ "string" ], "switchProfileIds": [ "string" ], "switchCliProfileIds": [ "string" ] }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/venues/{venueId}/switchSettings
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/venues/{venueId}/switchSettings
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/venues/{venueId}/switchSettings
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "dns": [ "string" ], "syslogEnabled": true, "syslogPrimaryServer": "string", "syslogSecondaryServer": "string", "profileId": [ "string" ] }
OK
- application/json
- application/vnd.ruckus.v1+json
- application/vnd.ruckus.v1.1+json
The name of the venue representing a physical location or site in the network infrastructure.
The list of DNS server IP addresses configured for name resolution at the venue level.
The flag indicating whether syslog forwarding is enabled for centralized logging of venue switches.
The IP address of the primary syslog server for receiving log messages from switches in this venue.
The IP address of the secondary syslog server for redundant log message reception.
The flag indicating whether CLI templates have been applied to switches in this venue.
The set of profile identifiers associated with this venue for switch configuration management.
The set of switch specific profile identifiers applied to switches in this venue.
{ "id": "string", "name": "string", "dns": [ "string" ], "switchLoginUsername": "string", "switchLoginPassword": "string", "syslogEnabled": true, "syslogPrimaryServer": "string", "syslogSecondaryServer": "string", "cliApplied": true, "profileId": [ "string" ], "switchProfileIds": [ "string" ], "switchCliProfileIds": [ "string" ] }