Skip to content

Switch Service API & Model Documentation (0.3.4)

Overview

Rate Limit

For the Switch REST API the following will be true:

  • Limits are applied to each tenant.
  • A maximum of 20 calls can be made per second.
  • Each second 10 calls will be returned to be used.
Download OpenAPI description
Languages
Servers
Asian region

https://api.asia.ruckus.cloud/

European region

https://api.eu.ruckus.cloud/

North American region

https://api.ruckus.cloud/

AAA Server

Manage AAA (authentication, authorization, and accounting) Servers.

Operations

AAA Setting

Manage AAA (authentication, authorization, and accounting) Settings.

Operations

Command-Line Interface Template

Manage command-line interface templates.

Operations

Configuration History

Retrieve configuration history.

Operations

DHCP Server

Manage ICX DHCP servers.

Operations

ICX Switch

Manage ICX Switches.

Operations

Get ICX SwitchDeprecated

Request

Get ICX switch by id.

Security
jwtAuth
Path
switchIdstringrequired
No request payload

Responses

OK

Body
idstring
venueIdstring
namestring
descriptionstring
tagsstring
enableStackboolean
igmpSnoopingstring
Enum"active""passive""none"
jumboModeboolean
positionobject(SwitchPositionView)
spanningTreePriorityinteger(int32)
softDeletedDatestring(date-time)
stackMembersArray of objects(StackMembersView)
ipAddressInterfaceTypestring
Enum"NONE""PORT""VE""MANAGEMENT"
ipAddressInterfacestring
ipAddressTypestring
Enum"static""dynamic"
ipAddressstring
subnetMaskstring
defaultGatewaystring
firmwareVersionstring
previousMembersArray of stringsunique
lastDataSyncTriggerTimeinteger(int64)
lastDataSyncTimeinteger(int64)
syncDataIdstring
syncDataStartTimeinteger(int64)
syncDataEndTimeinteger(int64)
dhcpClientEnabledboolean
dhcpServerEnabledboolean
trustPortsArray of strings
initialVlanIdinteger(int32)
stackConfigTimestampstring
specifiedTypestring
Enum"AUTO""SWITCH""ROUTER"
rearModulestring
vlanCustomizeboolean
Response
{ "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 }

Update ICX SwitchDeprecated

Request

Update ICX switch. Use activity API with request id to get the status update.

Security
jwtAuth
Path
switchIdstringrequired
Bodyrequired
idstring
modelstring
Enum"ICX7150-24""ICX7150-24P""ICX7150-48""ICX7150-48P""ICX7150-48PF""ICX7150-48ZP""ICX7150-C12P""ICX7150-C10ZP""ICX7150-C08P""ICX7150-C08PT"
venueIdstring
initialVlanIdinteger(int32)
enableStackboolean
defaultGatewaystring
descriptionstring
dhcpClientEnabledboolean
dhcpServerEnabledboolean
firmwareVersionstring
igmpSnoopingstring
ipAddressstring
ipAddressInterfacestring
ipAddressInterfaceTypestring
ipAddressTypestring
Enum"static""dynamic"
jumboModeboolean
lastDataSyncTimestring(date-time)
lastDataSyncTriggerTimestring(date-time)
namestring
positionstring
previousMembersArray of stringsunique
softDeletedDatestring(date-time)
spanningTreePriorityinteger(int32)
stackConfigTimestampstring
stackMembersArray of objects(StackMembers)
displayOfStackstring
subnetMaskstring
syncDataEndTimestring(date-time)
syncDataIdstring
syncDataStartTimestring(date-time)
tagsstring
trustPortsArray of strings
specifiedTypestring
Enum"AUTO""SWITCH""ROUTER"
rearModulestring
vlanCustomizeboolean
stackMembersAndFilterActiveIdArray of objects(StackMembers)
{ "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, "stackMembersAndFilterActiveId": [ { … } ] }

Responses

OK

Body
idstring
venueIdstring
namestring
descriptionstring
tagsstring
enableStackboolean
igmpSnoopingstring
Enum"active""passive""none"
jumboModeboolean
positionobject(SwitchPositionView)
spanningTreePriorityinteger(int32)
softDeletedDatestring(date-time)
stackMembersArray of objects(StackMembersView)
ipAddressInterfaceTypestring
Enum"NONE""PORT""VE""MANAGEMENT"
ipAddressInterfacestring
ipAddressTypestring
Enum"static""dynamic"
ipAddressstring
subnetMaskstring
defaultGatewaystring
firmwareVersionstring
previousMembersArray of stringsunique
lastDataSyncTriggerTimeinteger(int64)
lastDataSyncTimeinteger(int64)
syncDataIdstring
syncDataStartTimeinteger(int64)
syncDataEndTimeinteger(int64)
dhcpClientEnabledboolean
dhcpServerEnabledboolean
trustPortsArray of strings
initialVlanIdinteger(int32)
stackConfigTimestampstring
specifiedTypestring
Enum"AUTO""SWITCH""ROUTER"
rearModulestring
vlanCustomizeboolean
Response
{ "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 }

Delete ICX SwitchDeprecated

Request

Delete ICX switch by id.

Security
jwtAuth
Path
switchIdstringrequired
No request payload

Responses

OK

Body
requestIdstring
responseobject(EmptyView)
Response
{ "requestId": "string", "response": { "id": "string" } }

Get ICX SwitchesDeprecated

Request

List of tenant's ICX switches.

Security
jwtAuth
No request payload

Responses

OK

Body
idstring
venueIdstring
namestring
descriptionstring
tagsstring
enableStackboolean
igmpSnoopingstring
Enum"active""passive""none"
jumboModeboolean
positionobject(SwitchPositionView)
spanningTreePriorityinteger(int32)
softDeletedDatestring(date-time)
stackMembersArray of objects(StackMembersView)
ipAddressInterfaceTypestring
Enum"NONE""PORT""VE""MANAGEMENT"
ipAddressInterfacestring
ipAddressTypestring
Enum"static""dynamic"
ipAddressstring
subnetMaskstring
defaultGatewaystring
firmwareVersionstring
previousMembersArray of stringsunique
lastDataSyncTriggerTimeinteger(int64)
lastDataSyncTimeinteger(int64)
syncDataIdstring
syncDataStartTimeinteger(int64)
syncDataEndTimeinteger(int64)
dhcpClientEnabledboolean
dhcpServerEnabledboolean
trustPortsArray of strings
initialVlanIdinteger(int32)
stackConfigTimestampstring
specifiedTypestring
Enum"AUTO""SWITCH""ROUTER"
rearModulestring
vlanCustomizeboolean
Response
{ "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 }

Add ICX SwitchesDeprecated

Request

Add multiple ICX switches. Use activity API with request id to get the status update.

Security
jwtAuth
BodyrequiredArray [
idstring
modelstring
Enum"ICX7150-24""ICX7150-24P""ICX7150-48""ICX7150-48P""ICX7150-48PF""ICX7150-48ZP""ICX7150-C12P""ICX7150-C10ZP""ICX7150-C08P""ICX7150-C08PT"
venueIdstring
initialVlanIdinteger(int32)
enableStackboolean
defaultGatewaystring
descriptionstring
dhcpClientEnabledboolean
dhcpServerEnabledboolean
firmwareVersionstring
igmpSnoopingstring
ipAddressstring
ipAddressInterfacestring
ipAddressInterfaceTypestring
ipAddressTypestring
Enum"static""dynamic"
jumboModeboolean
lastDataSyncTimestring(date-time)
lastDataSyncTriggerTimestring(date-time)
namestring
positionstring
previousMembersArray of stringsunique
softDeletedDatestring(date-time)
spanningTreePriorityinteger(int32)
stackConfigTimestampstring
stackMembersArray of objects(StackMembers)
displayOfStackstring
subnetMaskstring
syncDataEndTimestring(date-time)
syncDataIdstring
syncDataStartTimestring(date-time)
tagsstring
trustPortsArray of strings
specifiedTypestring
Enum"AUTO""SWITCH""ROUTER"
rearModulestring
vlanCustomizeboolean
stackMembersAndFilterActiveIdArray of objects(StackMembers)
]
[ { "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, "stackMembersAndFilterActiveId": [ … ] } ]

Responses

OK

Body
requestIdstring
responseobject(EmptyView)
Response
{ "requestId": "string", "response": { "id": "string" } }

Delete ICX SwitchesDeprecated

Request

Delete multiple ICX switches.

Security
jwtAuth
BodyrequiredArray [
string
]
[ "string" ]

Responses

OK

Body
requestIdstring
responseobject(EmptyView)
Response
{ "requestId": "string", "response": { "id": "string" } }

Sync/Reboot ICX DeviceDeprecated

Request

Execute sync or reboot command on the specified switch device, no need to provide switch id list on the request body.

Security
jwtAuth
Path
switchIdstringrequired
Bodyrequired
deviceRequestActionstring
Enum"sync""reboot""syncAdminPassword"
switchIdListArray of strings
{ "deviceRequestAction": "sync", "switchIdList": [ "string" ] }

Responses

OK

Body
requestIdstring
errorsArray of objects(ErrorCode)
Response
{ "requestId": "string", "errors": [ { … } ] }

Create Multiple Device RequestsDeprecated

Request

Execute sync venues admin password on multiple switch devices, switch id list should be provided on the request body.

Security
jwtAuth
Bodyrequired
deviceRequestActionstring
Enum"sync""reboot""syncAdminPassword"
switchIdListArray of strings
{ "deviceRequestAction": "sync", "switchIdList": [ "string" ] }

Responses

OK

Body
idstring
tenantIdstring
switchIdListArray of strings
Response
{ "id": "string", "tenantId": "string", "switchIdList": [ "string" ] }

Delete Stack MemberDeprecated

Request

Delete stack member.

Security
jwtAuth
Path
stackSwitchSerialNumberstringrequired
No request payload

Responses

OK

Body
requestIdstring
responseobject(EmptyView)
Response
{ "requestId": "string", "response": { "id": "string" } }

Import Switch

Import Switches.

Operations

LAG

Manage LAGs (link aggregation groups).

Operations

Profile

Manage switch profiles.

Operations

Profile ACL

Manage ACL (access control list) of switch profile.

Operations

Profile Template

Manage switch profile templates.

Operations

Profile VLAN

Manage VLANs (virtual local area networks) of switch profile.

Operations

Switch Access Control List

Manage ACLs (access control lists).

Operations

Switch Configuration Backup

Manage configuration backups.

Operations

Switch Firmware Upgrade

Manage firmware upgrade.

Operations

Switch Ports

Manage Ports.

Operations

Switch Static Routes

Manage static routes.

Operations

Switch VLAN

Manage VLANs (virtual local area networks).

Operations

Switch Virtual Ethernet

Manage VE (virtual ethernet) port settings.

Operations

Trusted Port

Manage a port's trust settings.

Operations

Venue Switch Setting

Manage a switch's venue-level settings.

Operations

Venue Template AAA Server

Manage Venue Template AAA (authentication, authorization, and accounting) Servers.

Operations

Venue Template AAA Setting

Manage Venue Template AAA (authentication, authorization, and accounting) Settings.

Operations