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/vePorts/{vePortId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/vePorts/{vePortId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/vePorts/{vePortId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadOK
- application/json
- application/vnd.ruckus.v1+json
Flag indicating whether this VE port is associated with the default VLAN (default: false).
IPv6 address type for the VE interface (static or dynamic).
Enable the DHCPv6 relay agent function and specify the relay destination (the DHCP server) address on a VE interface.
{ "id": "string", "veId": 0, "vlanId": 0, "defaultVlan": true, "name": "string", "ospfArea": "string", "dhcpRelayAgent": "string", "ipAddressType": "static", "ipv6AddressType": "__NULL", "ipAddress": "string", "ipv6Address": "string", "ipv6Prefix": "string", "ipSubnetMask": "string", "ingressAcl": "string", "egressAcl": "string", "vsixIngressAcl": "string", "vsixEgressAcl": "string", "ipv6OspfArea": "string", "ipv6DhcpRelayAgent": "string", "ipRouterId": "string", "switchId": "string" }
- application/json
- application/vnd.ruckus.v1+json
Flag indicating whether this VE port is associated with the default VLAN (default: false).
IPv6 address type for the VE interface (static or dynamic).
Enable the DHCPv6 relay agent function and specify the relay destination (the DHCP server) address on a VE interface.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches/vePorts/{vePortId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/vePorts/{vePortId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/vePorts/{vePortId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "veId": 0, "vlanId": 0, "defaultVlan": true, "name": "string", "ospfArea": "string", "dhcpRelayAgent": "string", "ipAddressType": "static", "ipv6AddressType": "__NULL", "ipAddress": "string", "ipv6Address": "string", "ipv6Prefix": "string", "ipSubnetMask": "string", "ingressAcl": "string", "egressAcl": "string", "vsixIngressAcl": "string", "vsixEgressAcl": "string", "ipv6OspfArea": "string", "ipv6DhcpRelayAgent": "string", "ipRouterId": "string", "switchId": "string" }
OK
- application/json
- application/vnd.ruckus.v1+json
The VLAN ID associated with this virtual ethernet interface for layer 3 routing.
The flag indicating whether this is the default VLAN for the switch (deprecated, use connectedVe instead).
The IP address of the DHCP relay agent for forwarding DHCP requests across subnets.
The IP address assignment method for this VE interface: static or dynamic.
The name of the Access Control List applied to ingress (incoming) traffic on this VE interface.
The name of the Access Control List applied to egress (outgoing) traffic on this VE interface.
The name of the VSIX ACL applied to ingress traffic for virtual switch integration.
The name of the VSIX ACL applied to egress traffic for virtual switch integration.
The flag indicating whether the VE interface configuration has been synchronized with the switch.
{ "id": "string", "veId": 0, "vlanId": 0, "defaultVlan": true, "name": "string", "ospfArea": "string", "dhcpRelayAgent": "string", "ipAddressType": "static", "ipAddress": "string", "ipSubnetMask": "string", "ingressAclName": "string", "egressAclName": "string", "vsixIngressAclName": "string", "vsixEgressAclName": "string", "switchId": "string", "tenantId": "string", "switchName": "string", "deviceStatus": "string", "stack": true, "syncedSwitchConfig": true, "portType": "NONE", "connectedVe": true, "vePortViewList": [ {} ] }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches/vePorts/{vePortId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/vePorts/{vePortId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/vePorts/{vePortId}
- 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/{switchId}/vePorts
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/{switchId}/vePorts
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/{switchId}/vePorts
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadOK
- application/json
- application/vnd.ruckus.v1+json
The VLAN ID associated with this virtual ethernet interface for layer 3 routing.
The flag indicating whether this is the default VLAN for the switch (deprecated, use connectedVe instead).
The IP address of the DHCP relay agent for forwarding DHCP requests across subnets.
The IP address assignment method for this VE interface: static or dynamic.
The name of the Access Control List applied to ingress (incoming) traffic on this VE interface.
The name of the Access Control List applied to egress (outgoing) traffic on this VE interface.
The name of the VSIX ACL applied to ingress traffic for virtual switch integration.
The name of the VSIX ACL applied to egress traffic for virtual switch integration.
The flag indicating whether the VE interface configuration has been synchronized with the switch.
{ "id": "string", "veId": 0, "vlanId": 0, "defaultVlan": true, "name": "string", "ospfArea": "string", "dhcpRelayAgent": "string", "ipAddressType": "static", "ipAddress": "string", "ipSubnetMask": "string", "ingressAclName": "string", "egressAclName": "string", "vsixIngressAclName": "string", "vsixEgressAclName": "string", "switchId": "string", "tenantId": "string", "switchName": "string", "deviceStatus": "string", "stack": true, "syncedSwitchConfig": true, "portType": "NONE", "connectedVe": true, "vePortViewList": [ {} ] }
- application/json
- application/vnd.ruckus.v1+json
Flag indicating whether this VE port is associated with the default VLAN (default: false).
IPv6 address type for the VE interface (static or dynamic).
Enable the DHCPv6 relay agent function and specify the relay destination (the DHCP server) address on a VE interface.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches/{switchId}/vePorts
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/{switchId}/vePorts
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/{switchId}/vePorts
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
[ { "id": "string", "veId": 0, "vlanId": 0, "defaultVlan": true, "name": "string", "ospfArea": "string", "dhcpRelayAgent": "string", "ipAddressType": "static", "ipv6AddressType": "__NULL", "ipAddress": "string", "ipv6Address": "string", "ipv6Prefix": "string", "ipSubnetMask": "string", "ingressAcl": "string", "egressAcl": "string", "vsixIngressAcl": "string", "vsixEgressAcl": "string", "ipv6OspfArea": "string", "ipv6DhcpRelayAgent": "string", "ipRouterId": "string", "switchId": "string" } ]
OK
- application/json
- application/vnd.ruckus.v1+json
The VLAN ID associated with this virtual ethernet interface for layer 3 routing.
The flag indicating whether this is the default VLAN for the switch (deprecated, use connectedVe instead).
The IP address of the DHCP relay agent for forwarding DHCP requests across subnets.
The IP address assignment method for this VE interface: static or dynamic.
The name of the Access Control List applied to ingress (incoming) traffic on this VE interface.
The name of the Access Control List applied to egress (outgoing) traffic on this VE interface.
The name of the VSIX ACL applied to ingress traffic for virtual switch integration.
The name of the VSIX ACL applied to egress traffic for virtual switch integration.
The flag indicating whether the VE interface configuration has been synchronized with the switch.
{ "id": "string", "veId": 0, "vlanId": 0, "defaultVlan": true, "name": "string", "ospfArea": "string", "dhcpRelayAgent": "string", "ipAddressType": "static", "ipAddress": "string", "ipSubnetMask": "string", "ingressAclName": "string", "egressAclName": "string", "vsixIngressAclName": "string", "vsixEgressAclName": "string", "switchId": "string", "tenantId": "string", "switchName": "string", "deviceStatus": "string", "stack": true, "syncedSwitchConfig": true, "portType": "NONE", "connectedVe": true, "vePortViewList": [ {} ] }
- application/json
- application/vnd.ruckus.v1+json
The list of field names to include in the query response, allowing clients to request only specific fields.
The sort order direction for the query results, either ascending or descending, defaulting to ascending.
The dynamic filter map where keys are field names and values are lists of filter criteria to apply for each field.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches/{switchId}/vePorts/query
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/{switchId}/vePorts/query
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/{switchId}/vePorts/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "fields": [ "string" ], "page": 0, "pageSize": 0, "sortField": "string", "sortOrder": "ASC", "filterType": "string", "filters": { "property1": [ … ], "property2": [ … ] } }
{ "id": "string", "data": [ null ], "fields": [ "string" ], "page": 0, "totalCount": 0, "totalPages": 0 }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches/vePorts
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/vePorts
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/vePorts
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
[ "string" ]
{ "requestId": "string", "response": { "id": "string" } }