Manage AAA (authentication, authorization, and accounting) servers.
- Delete Switch Profile Templates
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/switchProfiles
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/switchProfiles
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/switchProfiles
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadOK
- application/json
- application/vnd.ruckus.v1+json
The detailed description explaining the purpose and contents of this configuration profile.
The set of Access Control List configurations included in this profile for traffic filtering.
The ordered set of VLAN configurations included in this profile with layer 2 security features.
The set of voice VLAN configurations for VoIP traffic prioritization across different switch models.
The set of trusted port configurations for DHCP snooping and ARP inspection security features.
The type of profile indicating its scope: global, venue specific, or template based.
The CLI template configuration associated with this profile for custom command execution.
The set of venue identifiers where this profile is deployed or available for use.
The identifier of the profile template used as the basis for this profile configuration.
{ "id": "string", "name": "string", "description": "string", "acls": [ { … } ], "vlans": [ { … } ], "voiceVlanConfigs": [ { … } ], "trustedPorts": [ { … } ], "profileType": "Regular", "venueCliTemplate": { "id": "string", "name": "string", "cli": "string", "switchModels": "string", "variables": [ … ], "overwrite": true }, "venues": [ "string" ], "venueCount": 0, "templateId": "string", "templateVersion": 0, "applyOnboardOnly": true }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/switchProfiles
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/switchProfiles
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/switchProfiles
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
[ "string" ]
{ "requestId": "string", "response": { "id": "string" } }