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

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

Get Virtual Ethernet SettingDeprecated

Request

Get a specified virtual ethernet port.

Security
jwtAuth
Path
vePortIdstringrequired
No request payload

Responses

OK

Body
idstring
veIdinteger(int32)
vlanIdinteger(int32)
defaultVlanboolean
namestring
ospfAreastring
dhcpRelayAgentstring
ipAddressTypestring
Enum"static""dynamic"
ipAddressstring
ipSubnetMaskstring
ingressAclstring
egressAclstring
vsixIngressAclstring
vsixEgressAclstring
switchIdstring
Response
{ "id": "string", "veId": 0, "vlanId": 0, "defaultVlan": true, "name": "string", "ospfArea": "string", "dhcpRelayAgent": "string", "ipAddressType": "static", "ipAddress": "string", "ipSubnetMask": "string", "ingressAcl": "string", "egressAcl": "string", "vsixIngressAcl": "string", "vsixEgressAcl": "string", "switchId": "string" }

Update Virtual Ethernet SettingDeprecated

Request

Update virtual ethernet port.

Security
jwtAuth
Path
vePortIdstringrequired
Bodyrequired
idstring
veIdinteger(int32)
vlanIdinteger(int32)
defaultVlanboolean
namestring
ospfAreastring
dhcpRelayAgentstring
ipAddressTypestring
Enum"static""dynamic"
ipAddressstring
ipSubnetMaskstring
ingressAclstring
egressAclstring
vsixIngressAclstring
vsixEgressAclstring
switchIdstring
ifIsDhcpVEDefaultCaseinteger(int32)write-only
{ "id": "string", "veId": 0, "vlanId": 0, "defaultVlan": true, "name": "string", "ospfArea": "string", "dhcpRelayAgent": "string", "ipAddressType": "static", "ipAddress": "string", "ipSubnetMask": "string", "ingressAcl": "string", "egressAcl": "string", "vsixIngressAcl": "string", "vsixEgressAcl": "string", "switchId": "string", "ifIsDhcpVEDefaultCase": 0 }

Responses

OK

Body
idstring
veIdinteger(int32)
vlanIdinteger(int32)
defaultVlanboolean
namestring^(?:(?!").){1,64}$
ospfAreastring
dhcpRelayAgentstring
ipAddressTypestring
Enum"static""dynamic"
ipAddressstring
ipSubnetMaskstring
ingressAclNamestring
egressAclNamestring
vsixIngressAclNamestring
vsixEgressAclNamestring
switchIdstring
tenantIdstring
switchNamestring
deviceStatusstring
stackboolean
syncedSwitchConfigboolean
portTypestring
Enum"NONE""IP""VE""UNRECOGNIZED"
connectedVeboolean
vePortViewListArray of objects(VePortView)
Response
{ "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": [ {} ] }

Delete Virtual Ethernet SettingDeprecated

Request

Delete virtual ethernet port.

Security
jwtAuth
Path
vePortIdstringrequired
No request payload

Responses

OK

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

Retrieve Virtual Ethernet SettingsDeprecated

Request

Retrieve virtual ethernet ports of the specified switch.

Security
jwtAuth
Path
switchIdstringrequired
No request payload

Responses

OK

Body
idstring
veIdinteger(int32)
vlanIdinteger(int32)
defaultVlanboolean
namestring^(?:(?!").){1,64}$
ospfAreastring
dhcpRelayAgentstring
ipAddressTypestring
Enum"static""dynamic"
ipAddressstring
ipSubnetMaskstring
ingressAclNamestring
egressAclNamestring
vsixIngressAclNamestring
vsixEgressAclNamestring
switchIdstring
tenantIdstring
switchNamestring
deviceStatusstring
stackboolean
syncedSwitchConfigboolean
portTypestring
Enum"NONE""IP""VE""UNRECOGNIZED"
connectedVeboolean
vePortViewListArray of objects(VePortView)
Response
{ "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": [ {} ] }

Add Virtual Ethernet SettingsDeprecated

Request

Add virtual ethernet ports of the switch.

Security
jwtAuth
Path
switchIdstringrequired
BodyrequiredArray [
idstring
veIdinteger(int32)
vlanIdinteger(int32)
defaultVlanboolean
namestring
ospfAreastring
dhcpRelayAgentstring
ipAddressTypestring
Enum"static""dynamic"
ipAddressstring
ipSubnetMaskstring
ingressAclstring
egressAclstring
vsixIngressAclstring
vsixEgressAclstring
switchIdstring
ifIsDhcpVEDefaultCaseinteger(int32)write-only
]
[ { "id": "string", "veId": 0, "vlanId": 0, "defaultVlan": true, "name": "string", "ospfArea": "string", "dhcpRelayAgent": "string", "ipAddressType": "static", "ipAddress": "string", "ipSubnetMask": "string", "ingressAcl": "string", "egressAcl": "string", "vsixIngressAcl": "string", "vsixEgressAcl": "string", "switchId": "string", "ifIsDhcpVEDefaultCase": 0 } ]

Responses

OK

Body
idstring
veIdinteger(int32)
vlanIdinteger(int32)
defaultVlanboolean
namestring^(?:(?!").){1,64}$
ospfAreastring
dhcpRelayAgentstring
ipAddressTypestring
Enum"static""dynamic"
ipAddressstring
ipSubnetMaskstring
ingressAclNamestring
egressAclNamestring
vsixIngressAclNamestring
vsixEgressAclNamestring
switchIdstring
tenantIdstring
switchNamestring
deviceStatusstring
stackboolean
syncedSwitchConfigboolean
portTypestring
Enum"NONE""IP""VE""UNRECOGNIZED"
connectedVeboolean
vePortViewListArray of objects(VePortView)
Response
{ "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": [ {} ] }

Retrieve Virtual Ethernet SettingsDeprecated

Request

Retrieve virtual ethernet ports of switch by query.

Security
jwtAuth
Path
switchIdstringrequired
Bodyrequired
fieldsArray of strings
pageinteger(int32)
pageSizeinteger(int32)
sortFieldstring
sortOrderstring
Enum"ASC""DESC"
filtersobject
filterTypestringDeprecated
{ "fields": [ "string" ], "page": 0, "pageSize": 0, "sortField": "string", "sortOrder": "ASC", "filterType": "string", "filters": { "property1": [ … ], "property2": [ … ] } }

Responses

OK

Body
idstring
dataArray of objects
fieldsArray of strings
pageinteger(int32)
totalCountinteger(int64)
totalPagesinteger(int32)
Response
{ "id": "string", "data": [ {} ], "fields": [ "string" ], "page": 0, "totalCount": 0, "totalPages": 0 }

Delete Virtual Ethernet SettingsDeprecated

Request

Delete multiple virtual ethernet ports.

Security
jwtAuth
BodyrequiredArray [
string
]
[ "string" ]

Responses

OK

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

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