Manage AAA (authentication, authorization, and accounting) servers.
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/switches/{switchId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/{switchId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/{switchId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadOK
- application/json
- application/vnd.ruckus.v1+json
The descriptive text providing additional information about the switch configuration or purpose.
The comma separated list of custom tags assigned to this switch for organization and filtering.
The flag indicating whether switch stacking is enabled for combining multiple physical switches into a single logical unit.
The IGMP snooping mode for multicast traffic optimization: enabled, disabled, or default.
The flag indicating whether jumbo frame support is enabled, allowing frames larger than 1518 bytes.
The physical location information of the switch including building, floor, and coordinates.
The STP (Spanning Tree Protocol) bridge priority value, used in root bridge election (lower values have higher priority).
The timestamp when the switch was soft deleted, allowing for recovery before permanent deletion.
The list of member switches in a stack configuration, including their models and active status.
The interface type for the switch management IP address: VLAN interface or management port.
The specific interface identifier for the management IP address configuration.
The default gateway IP address for routing traffic from the switch management interface.
The set of serial numbers for previous stack members that have been removed from the stack.
The timestamp in milliseconds when the last data synchronization was triggered for this switch.
The timestamp in milliseconds when the last data synchronization completed for this switch.
The timestamp in milliseconds when the current data synchronization operation started.
The timestamp in milliseconds when the current data synchronization operation ended.
The flag indicating whether the switch is configured as a DHCP client to obtain its management IP address.
The flag indicating whether the DHCP server feature is enabled on the switch.
The list of port identifiers configured as trusted ports for DHCP snooping and ARP inspection.
The firmware image type specified for the switch: primary, secondary, or boot.
The model identifier of the rear expansion module installed on the switch, if applicable.
{ "id": "string", "venueId": "string", "name": "string", "description": "string", "tags": "string", "enableStack": true, "igmpSnooping": "active", "jumboMode": true, "position": { "id": "string", "floorplanId": "string", "xPercent": 0.1, "yPercent": 0.1 }, "spanningTreePriority": 0, "softDeletedDate": "2019-08-24T14:15:22Z", "stackMembers": [ { … } ], "ipAddressInterfaceType": "NONE", "ipAddressInterface": "string", "ipAddressType": "static", "ipAddress": "string", "subnetMask": "string", "defaultGateway": "string", "firmwareVersion": "string", "previousMembers": [ "string" ], "lastDataSyncTriggerTime": 0, "lastDataSyncTime": 0, "syncDataId": "string", "syncDataStartTime": 0, "syncDataEndTime": 0, "dhcpClientEnabled": true, "dhcpServerEnabled": true, "trustPorts": [ "string" ], "initialVlanId": 0, "stackConfigTimestamp": "string", "specifiedType": "AUTO", "rearModule": "string", "vlanCustomize": true }
- application/json
- application/vnd.ruckus.v1+json
Switch model (e.g., ICX7150, ICX7250, ICX7450).
Flag indicating whether DHCP client is enabled for obtaining IP address (default: true).
Flag indicating whether DHCP server is enabled on the switch (default: false).
Interface name or number for the IP address assignment (e.g., ve1, ethernet1/1/1).
Timestamp of the last successful data synchronization from the switch.
STP (Spanning Tree Protocol) priority value for this switch (0-61440, in increments of 4096).
List of stack member information if this is a stacked switch.
Specified firmware image type for the switch (e.g., ROUTER, SWITCH).
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches/{switchId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/{switchId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/{switchId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "model": "ICX7150-24", "venueId": "string", "initialVlanId": 0, "enableStack": true, "defaultGateway": "string", "description": "string", "dhcpClientEnabled": true, "dhcpServerEnabled": true, "firmwareVersion": "string", "igmpSnooping": "string", "ipAddress": "string", "ipAddressInterface": "string", "ipAddressInterfaceType": "string", "ipAddressType": "static", "jumboMode": true, "lastDataSyncTime": "2019-08-24T14:15:22Z", "lastDataSyncTriggerTime": "2019-08-24T14:15:22Z", "name": "string", "position": "string", "previousMembers": [ "string" ], "softDeletedDate": "2019-08-24T14:15:22Z", "spanningTreePriority": 0, "stackConfigTimestamp": "string", "stackMembers": [ { … } ], "displayOfStack": "string", "subnetMask": "string", "syncDataEndTime": "2019-08-24T14:15:22Z", "syncDataId": "string", "syncDataStartTime": "2019-08-24T14:15:22Z", "tags": "string", "trustPorts": [ "string" ], "specifiedType": "AUTO", "rearModule": "string", "vlanCustomize": true }
OK
- application/json
- application/vnd.ruckus.v1+json
The descriptive text providing additional information about the switch configuration or purpose.
The comma separated list of custom tags assigned to this switch for organization and filtering.
The flag indicating whether switch stacking is enabled for combining multiple physical switches into a single logical unit.
The IGMP snooping mode for multicast traffic optimization: enabled, disabled, or default.
The flag indicating whether jumbo frame support is enabled, allowing frames larger than 1518 bytes.
The physical location information of the switch including building, floor, and coordinates.
The STP (Spanning Tree Protocol) bridge priority value, used in root bridge election (lower values have higher priority).
The timestamp when the switch was soft deleted, allowing for recovery before permanent deletion.
The list of member switches in a stack configuration, including their models and active status.
The interface type for the switch management IP address: VLAN interface or management port.
The specific interface identifier for the management IP address configuration.
The default gateway IP address for routing traffic from the switch management interface.
The set of serial numbers for previous stack members that have been removed from the stack.
The timestamp in milliseconds when the last data synchronization was triggered for this switch.
The timestamp in milliseconds when the last data synchronization completed for this switch.
The timestamp in milliseconds when the current data synchronization operation started.
The timestamp in milliseconds when the current data synchronization operation ended.
The flag indicating whether the switch is configured as a DHCP client to obtain its management IP address.
The flag indicating whether the DHCP server feature is enabled on the switch.
The list of port identifiers configured as trusted ports for DHCP snooping and ARP inspection.
The firmware image type specified for the switch: primary, secondary, or boot.
The model identifier of the rear expansion module installed on the switch, if applicable.
{ "id": "string", "venueId": "string", "name": "string", "description": "string", "tags": "string", "enableStack": true, "igmpSnooping": "active", "jumboMode": true, "position": { "id": "string", "floorplanId": "string", "xPercent": 0.1, "yPercent": 0.1 }, "spanningTreePriority": 0, "softDeletedDate": "2019-08-24T14:15:22Z", "stackMembers": [ { … } ], "ipAddressInterfaceType": "NONE", "ipAddressInterface": "string", "ipAddressType": "static", "ipAddress": "string", "subnetMask": "string", "defaultGateway": "string", "firmwareVersion": "string", "previousMembers": [ "string" ], "lastDataSyncTriggerTime": 0, "lastDataSyncTime": 0, "syncDataId": "string", "syncDataStartTime": 0, "syncDataEndTime": 0, "dhcpClientEnabled": true, "dhcpServerEnabled": true, "trustPorts": [ "string" ], "initialVlanId": 0, "stackConfigTimestamp": "string", "specifiedType": "AUTO", "rearModule": "string", "vlanCustomize": true }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches/{switchId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/{switchId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/{switchId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload{ "requestId": "string", "response": { "id": "string" } }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadOK
- application/json
- application/vnd.ruckus.v1+json
The descriptive text providing additional information about the switch configuration or purpose.
The comma separated list of custom tags assigned to this switch for organization and filtering.
The flag indicating whether switch stacking is enabled for combining multiple physical switches into a single logical unit.
The IGMP snooping mode for multicast traffic optimization: enabled, disabled, or default.
The flag indicating whether jumbo frame support is enabled, allowing frames larger than 1518 bytes.
The physical location information of the switch including building, floor, and coordinates.
The STP (Spanning Tree Protocol) bridge priority value, used in root bridge election (lower values have higher priority).
The timestamp when the switch was soft deleted, allowing for recovery before permanent deletion.
The list of member switches in a stack configuration, including their models and active status.
The interface type for the switch management IP address: VLAN interface or management port.
The specific interface identifier for the management IP address configuration.
The default gateway IP address for routing traffic from the switch management interface.
The set of serial numbers for previous stack members that have been removed from the stack.
The timestamp in milliseconds when the last data synchronization was triggered for this switch.
The timestamp in milliseconds when the last data synchronization completed for this switch.
The timestamp in milliseconds when the current data synchronization operation started.
The timestamp in milliseconds when the current data synchronization operation ended.
The flag indicating whether the switch is configured as a DHCP client to obtain its management IP address.
The flag indicating whether the DHCP server feature is enabled on the switch.
The list of port identifiers configured as trusted ports for DHCP snooping and ARP inspection.
The firmware image type specified for the switch: primary, secondary, or boot.
The model identifier of the rear expansion module installed on the switch, if applicable.
{ "id": "string", "venueId": "string", "name": "string", "description": "string", "tags": "string", "enableStack": true, "igmpSnooping": "active", "jumboMode": true, "position": { "id": "string", "floorplanId": "string", "xPercent": 0.1, "yPercent": 0.1 }, "spanningTreePriority": 0, "softDeletedDate": "2019-08-24T14:15:22Z", "stackMembers": [ { … } ], "ipAddressInterfaceType": "NONE", "ipAddressInterface": "string", "ipAddressType": "static", "ipAddress": "string", "subnetMask": "string", "defaultGateway": "string", "firmwareVersion": "string", "previousMembers": [ "string" ], "lastDataSyncTriggerTime": 0, "lastDataSyncTime": 0, "syncDataId": "string", "syncDataStartTime": 0, "syncDataEndTime": 0, "dhcpClientEnabled": true, "dhcpServerEnabled": true, "trustPorts": [ "string" ], "initialVlanId": 0, "stackConfigTimestamp": "string", "specifiedType": "AUTO", "rearModule": "string", "vlanCustomize": true }
- application/json
- application/vnd.ruckus.v1+json
Switch model (e.g., ICX7150, ICX7250, ICX7450).
Flag indicating whether DHCP client is enabled for obtaining IP address (default: true).
Flag indicating whether DHCP server is enabled on the switch (default: false).
Interface name or number for the IP address assignment (e.g., ve1, ethernet1/1/1).
Timestamp of the last successful data synchronization from the switch.
STP (Spanning Tree Protocol) priority value for this switch (0-61440, in increments of 4096).
List of stack member information if this is a stacked switch.
Specified firmware image type for the switch (e.g., ROUTER, SWITCH).
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
[ { "id": "string", "model": "ICX7150-24", "venueId": "string", "initialVlanId": 0, "enableStack": true, "defaultGateway": "string", "description": "string", "dhcpClientEnabled": true, "dhcpServerEnabled": true, "firmwareVersion": "string", "igmpSnooping": "string", "ipAddress": "string", "ipAddressInterface": "string", "ipAddressInterfaceType": "string", "ipAddressType": "static", "jumboMode": true, "lastDataSyncTime": "2019-08-24T14:15:22Z", "lastDataSyncTriggerTime": "2019-08-24T14:15:22Z", "name": "string", "position": "string", "previousMembers": [ … ], "softDeletedDate": "2019-08-24T14:15:22Z", "spanningTreePriority": 0, "stackConfigTimestamp": "string", "stackMembers": [ … ], "displayOfStack": "string", "subnetMask": "string", "syncDataEndTime": "2019-08-24T14:15:22Z", "syncDataId": "string", "syncDataStartTime": "2019-08-24T14:15:22Z", "tags": "string", "trustPorts": [ … ], "specifiedType": "AUTO", "rearModule": "string", "vlanCustomize": true } ]
{ "requestId": "string", "response": { "id": "string" } }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
[ "string" ]
{ "requestId": "string", "response": { "id": "string" } }
- application/json
- application/vnd.ruckus.v1+json
Action to be performed on the specified devices (e.g., reboot, upgrade, delete).
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches/{switchId}/deviceRequests
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/{switchId}/deviceRequests
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/{switchId}/deviceRequests
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "deviceRequestAction": "sync", "switchIdList": [ "string" ] }
{ "requestId": "string", "errors": [ { … } ] }
- application/json
- application/vnd.ruckus.v1+json
Action to be performed on the specified devices (e.g., reboot, upgrade, delete).
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches/deviceRequests
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/deviceRequests
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/deviceRequests
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "deviceRequestAction": "sync", "switchIdList": [ "string" ] }
{ "id": "string", "tenantId": "string", "switchIdList": [ "string" ] }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/stacks/{stackSwitchSerialNumber}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/stacks/{stackSwitchSerialNumber}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/stacks/{stackSwitchSerialNumber}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload{ "requestId": "string", "response": { "id": "string" } }