Manage AAA (authentication, authorization, and accounting) servers.
- Update Venue Template AAA Setting
Switch Services (0.4.0)
The Switch Service REST API facilitates the management and configuration of RUCKUS ICX switches via the RUCKUS One platform. This API allows for programmatic control of switch operations, network configurations, security policies, and monitoring across various environments.
- Manage ICX switch devices and their configurations
- Configure network settings including VLANs, ports, LAGs, and virtual ethernet interfaces
- Control security policies with AAA servers, ACLs, and trusted port settings
- Create and apply switch profiles and templates for consistent configurations
- Handle firmware upgrades and configuration backups
- Configure DHCP servers and static routing
- Import and onboard new switches to the platform
- Manage CLI templates and web authentication pages
All API calls require valid authentication via JWT (JSON Web Token) in Authorization header.
Select the appropriate API endpoint based on your region:
- North America: https://api.ruckus.cloud
- Europe: https://api.eu.ruckus.cloud
- Asia: https://api.asia.ruckus.cloud
The API uses standard HTTP status codes with detailed error messages in the response body.
All endpoints may return these common error responses:
- 400 Bad Request: Invalid input data or validation errors
- 401 Unauthorized: Missing or invalid authentication
- 403 Forbidden: Insufficient permissions
- 404 Not Found: Requested resource doesn't exist
- 422 Unprocessable Entity: Business rule violations
- 500 Internal Server Error: Unexpected server errors.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/venues/{venueId}/aaaSettings
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/venues/{venueId}/aaaSettings
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/venues/{venueId}/aaaSettings
- 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 first preference method for authentication, specifying the primary authentication mechanism to be used.
The second preference method for authentication, used as a fallback if the first method fails.
The third preference method for authentication, used as a fallback if the second method fails.
The fourth preference method for authentication, used as the final fallback option.
Indicates whether authorization is enabled for command execution on the switch.
Indicates whether authorization is enabled for exec mode access on the switch.
The authorization level for common commands, determining the privilege level required.
The second server to be consulted for common command authorization if the first server is unavailable.
The third server to be consulted for common command authorization if the first two servers are unavailable.
The second server to be consulted for exec mode authorization if the first server is unavailable.
The third server to be consulted for exec mode authorization if the first two servers are unavailable.
Indicates whether accounting is enabled for command execution, tracking user commands for auditing purposes.
Indicates whether accounting is enabled for exec mode sessions, tracking user login sessions for auditing purposes.
The accounting level for common commands, determining which commands are logged.
The second server to receive accounting records for common commands if the first server is unavailable.
The third server to receive accounting records for common commands if the first two servers are unavailable.
The second server to receive accounting records for exec mode sessions if the first server is unavailable.
- application/json
- application/vnd.ruckus.v1+json
- application/vnd.ruckus.v1.1+json
{ "id": "string", "authnEnabledSsh": true, "authnFirstPref": "string", "authnSecondPref": "string", "authnThirdPref": "string", "authnFourthPref": "string", "authzEnabledCommand": true, "authzEnabledExec": true, "authzCommonsLevel": "string", "authzCommonsFirstServer": "string", "authzCommonsSecondServer": "string", "authzCommonsThirdServer": "string", "authzExecFirstServer": "string", "authzExecSecondServer": "string", "authzExecThirdServer": "string", "acctEnabledCommand": true, "acctEnabledExec": true, "acctCommonsLevel": "string", "acctCommonsFirstServer": "string", "acctCommonsSecondServer": "string", "acctCommonsThirdServer": "string", "acctExecFirstServer": "string", "acctExecSecondServer": "string", "acctExecThirdServer": "string" }
Request
Update venue template's authentication, authorization, and accounting setting by id. Use activity API with request id to get the status update. Add prefix '/rec' for REC templates.
- application/json
- application/vnd.ruckus.v1+json
The first preference method for authentication, specifying the primary authentication mechanism to be used.
The second preference method for authentication, used as a fallback if the first method fails.
The third preference method for authentication, used as a fallback if the second method fails.
The fourth preference method for authentication, used as the final fallback option.
Indicates whether authorization is enabled for command execution on the switch.
Indicates whether authorization is enabled for exec mode access on the switch.
The authorization level for common commands, determining the privilege level required.
The second server to be consulted for common command authorization if the first server is unavailable.
The third server to be consulted for common command authorization if the first two servers are unavailable.
The second server to be consulted for exec mode authorization if the first server is unavailable.
The third server to be consulted for exec mode authorization if the first two servers are unavailable.
Indicates whether accounting is enabled for command execution, tracking user commands for auditing purposes.
Indicates whether accounting is enabled for exec mode sessions, tracking user login sessions for auditing purposes.
The accounting level for common commands, determining which commands are logged.
The second server to receive accounting records for common commands if the first server is unavailable.
The third server to receive accounting records for common commands if the first two servers are unavailable.
The second server to receive accounting records for exec mode sessions if the first server is unavailable.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/venues/{venueId}/aaaSettings
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/venues/{venueId}/aaaSettings
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/venues/{venueId}/aaaSettings
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- application/json
- application/vnd.ruckus.v1+json
{ "id": "string", "authnEnabledSsh": true, "authnFirstPref": "string", "authnSecondPref": "string", "authnThirdPref": "string", "authnFourthPref": "string", "authzEnabledCommand": true, "authzEnabledExec": true, "authzCommonsLevel": "string", "authzCommonsFirstServer": "string", "authzCommonsSecondServer": "string", "authzCommonsThirdServer": "string", "authzExecFirstServer": "string", "authzExecSecondServer": "string", "authzExecThirdServer": "string", "acctEnabledCommand": true, "acctEnabledExec": true, "acctCommonsLevel": "string", "acctCommonsFirstServer": "string", "acctCommonsSecondServer": "string", "acctCommonsThirdServer": "string", "acctExecFirstServer": "string", "acctExecSecondServer": "string", "acctExecThirdServer": "string" }
- application/json
- application/vnd.ruckus.v1+json
{ "requestId": "string", "response": { "id": "string", "authnEnabledSsh": true, "authnFirstPref": "string", "authnSecondPref": "string", "authnThirdPref": "string", "authnFourthPref": "string", "authzEnabledCommand": true, "authzEnabledExec": true, "authzCommonsLevel": "string", "authzCommonsFirstServer": "string", "authzCommonsSecondServer": "string", "authzCommonsThirdServer": "string", "authzExecFirstServer": "string", "authzExecSecondServer": "string", "authzExecThirdServer": "string", "acctEnabledCommand": true, "acctEnabledExec": true, "acctCommonsLevel": "string", "acctCommonsFirstServer": "string", "acctCommonsSecondServer": "string", "acctCommonsThirdServer": "string", "acctExecFirstServer": "string", "acctExecSecondServer": "string", "acctExecThirdServer": "string" } }