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

Get Switch VLANDeprecated

Request

Get the specified switch-level VLAN by id.

Security
jwtAuth
Path
vlanIdstringrequired
No request payload

Responses

OK

Body
idstring
vlanIdinteger(int32)
vlanNamestring
ipv4DhcpSnoopingboolean
arpInspectionboolean
igmpSnoopingstring
Enum"active""passive""none"
multicastVersioninteger(int32)
spanningTreeProtocolstring
Enum"rstp""stp""none"
taggedPortsstring
untaggedPortsstring
vePortobject(VePortView)
switchVlanPortModelsArray of objects(SwitchVlanPortModelBo)unique
enableAsDefaultVlanboolean
Response
{ "id": "string", "vlanId": 0, "vlanName": "string", "ipv4DhcpSnooping": true, "arpInspection": true, "igmpSnooping": "active", "multicastVersion": 0, "spanningTreeProtocol": "rstp", "taggedPorts": "string", "untaggedPorts": "string", "vePort": { "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": [] }, "switchVlanPortModels": [ {} ], "enableAsDefaultVlan": true }

Update Switch VLANDeprecated

Request

Update a VLAN of the switch.

Security
jwtAuth
Path
vlanIdstringrequired
Bodyrequired
idstring
vlanIdinteger(int32)[ 1 .. 4095 ]required
vlanNamestring
rootBridgeFamilyIdstring
Enum"__NULL""ICX7150""ICX7250""ICX7650""ICX7850""ICX7550""ICX8200""ICX8100"
ipv4DhcpSnoopingboolean
ipv4DhcpSnoopingTrustPortstring
ipv4DhcpSnoopingTrustPortListArray of strings
arpInspectionboolean
arpInspectionTrustPortstring
arpInspectionTrustPortListArray of strings
arpTrustPortsListArray of strings
dhcpTrustPortsListArray of strings
igmpSnoopingstring
Enum"active""passive""none"
multicastVersioninteger(int32)[ 0 .. 3 ]
spanningTreeProtocolstring
Enum"rstp""stp""none"
spanningTreePriorityinteger(int32)[ 0 .. 65535 ]
switchFamilyModelsArray of objects(SwitchFamilyModelBo)unique
managementVlanboolean
switchVlanPortModelsArray of objects(SwitchVlanPortModelBo)unique
switchIdstring
enableAsDefaultVlanbooleanrequired
deleteVlanEnabledboolean
dummyVlanboolean
switchVlanPortModelobject(SwitchVlanPortModelBo)
rapidSpanningTreeProtocolboolean
taggedPortsListArray of strings
untaggedPortsListArray of strings
notDummyVlanboolean
defaultVlanboolean
igmpSnoopingTypeChangedboolean
{ "id": "string", "vlanId": 1, "vlanName": "string", "rootBridgeFamilyId": "__NULL", "ipv4DhcpSnooping": true, "ipv4DhcpSnoopingTrustPort": "string", "ipv4DhcpSnoopingTrustPortList": [ "string" ], "arpInspection": true, "arpInspectionTrustPort": "string", "arpInspectionTrustPortList": [ "string" ], "arpTrustPortsList": [ "string" ], "dhcpTrustPortsList": [ "string" ], "igmpSnooping": "active", "multicastVersion": 3, "spanningTreeProtocol": "rstp", "spanningTreePriority": 65535, "switchFamilyModels": [ {} ], "managementVlan": true, "switchVlanPortModels": [ {} ], "switchId": "string", "enableAsDefaultVlan": true, "deleteVlanEnabled": true, "dummyVlan": true, "switchVlanPortModel": { "id": "string", "switchModel": "ICX7150-24", "taggedPorts": "string", "untaggedPorts": "string", "voicePorts": "string", "taggedPortsList": [], "untaggedPortsList": [], "voicePortsList": [] }, "rapidSpanningTreeProtocol": true, "taggedPortsList": [ "string" ], "untaggedPortsList": [ "string" ], "notDummyVlan": true, "defaultVlan": true, "igmpSnoopingTypeChanged": true }

Responses

OK

Body
idstring
vlanIdinteger(int32)
vlanNamestring
ipv4DhcpSnoopingboolean
arpInspectionboolean
igmpSnoopingstring
Enum"active""passive""none"
multicastVersioninteger(int32)
spanningTreeProtocolstring
Enum"rstp""stp""none"
taggedPortsstring
untaggedPortsstring
vePortobject(VePortView)
switchVlanPortModelsArray of objects(SwitchVlanPortModelBo)unique
enableAsDefaultVlanboolean
Response
{ "id": "string", "vlanId": 0, "vlanName": "string", "ipv4DhcpSnooping": true, "arpInspection": true, "igmpSnooping": "active", "multicastVersion": 0, "spanningTreeProtocol": "rstp", "taggedPorts": "string", "untaggedPorts": "string", "vePort": { "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": [] }, "switchVlanPortModels": [ {} ], "enableAsDefaultVlan": true }

Delete Switch VLANDeprecated

Request

Delete a VLAN of the switch.

Security
jwtAuth
Path
vlanIdstringrequired
No request payload

Responses

OK

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

Get Switch VLANsDeprecated

Request

Get switch-level VLANs by switch.

Security
jwtAuth
Path
switchIdstringrequired
No request payload

Responses

OK

Body
idstring
vlanIdinteger(int32)
vlanNamestring
ipv4DhcpSnoopingboolean
arpInspectionboolean
igmpSnoopingstring
Enum"active""passive""none"
multicastVersioninteger(int32)
spanningTreeProtocolstring
Enum"rstp""stp""none"
taggedPortsstring
untaggedPortsstring
vePortobject(VePortView)
switchVlanPortModelsArray of objects(SwitchVlanPortModelBo)unique
enableAsDefaultVlanboolean
Response
{ "id": "string", "vlanId": 0, "vlanName": "string", "ipv4DhcpSnooping": true, "arpInspection": true, "igmpSnooping": "active", "multicastVersion": 0, "spanningTreeProtocol": "rstp", "taggedPorts": "string", "untaggedPorts": "string", "vePort": { "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": [] }, "switchVlanPortModels": [ {} ], "enableAsDefaultVlan": true }

Add Switch VLANDeprecated

Request

Create a VLAN of the switch.

Security
jwtAuth
Path
switchIdstringrequired
Bodyrequired
idstring
vlanIdinteger(int32)[ 1 .. 4095 ]required
vlanNamestring
rootBridgeFamilyIdstring
Enum"__NULL""ICX7150""ICX7250""ICX7650""ICX7850""ICX7550""ICX8200""ICX8100"
ipv4DhcpSnoopingboolean
ipv4DhcpSnoopingTrustPortstring
ipv4DhcpSnoopingTrustPortListArray of strings
arpInspectionboolean
arpInspectionTrustPortstring
arpInspectionTrustPortListArray of strings
arpTrustPortsListArray of strings
dhcpTrustPortsListArray of strings
igmpSnoopingstring
Enum"active""passive""none"
multicastVersioninteger(int32)[ 0 .. 3 ]
spanningTreeProtocolstring
Enum"rstp""stp""none"
spanningTreePriorityinteger(int32)[ 0 .. 65535 ]
switchFamilyModelsArray of objects(SwitchFamilyModelBo)unique
managementVlanboolean
switchVlanPortModelsArray of objects(SwitchVlanPortModelBo)unique
switchIdstring
enableAsDefaultVlanbooleanrequired
deleteVlanEnabledboolean
dummyVlanboolean
switchVlanPortModelobject(SwitchVlanPortModelBo)
rapidSpanningTreeProtocolboolean
taggedPortsListArray of strings
untaggedPortsListArray of strings
notDummyVlanboolean
defaultVlanboolean
igmpSnoopingTypeChangedboolean
{ "id": "string", "vlanId": 1, "vlanName": "string", "rootBridgeFamilyId": "__NULL", "ipv4DhcpSnooping": true, "ipv4DhcpSnoopingTrustPort": "string", "ipv4DhcpSnoopingTrustPortList": [ "string" ], "arpInspection": true, "arpInspectionTrustPort": "string", "arpInspectionTrustPortList": [ "string" ], "arpTrustPortsList": [ "string" ], "dhcpTrustPortsList": [ "string" ], "igmpSnooping": "active", "multicastVersion": 3, "spanningTreeProtocol": "rstp", "spanningTreePriority": 65535, "switchFamilyModels": [ {} ], "managementVlan": true, "switchVlanPortModels": [ {} ], "switchId": "string", "enableAsDefaultVlan": true, "deleteVlanEnabled": true, "dummyVlan": true, "switchVlanPortModel": { "id": "string", "switchModel": "ICX7150-24", "taggedPorts": "string", "untaggedPorts": "string", "voicePorts": "string", "taggedPortsList": [], "untaggedPortsList": [], "voicePortsList": [] }, "rapidSpanningTreeProtocol": true, "taggedPortsList": [ "string" ], "untaggedPortsList": [ "string" ], "notDummyVlan": true, "defaultVlan": true, "igmpSnoopingTypeChanged": true }

Responses

OK

Body
idstring
vlanIdinteger(int32)
vlanNamestring
ipv4DhcpSnoopingboolean
arpInspectionboolean
igmpSnoopingstring
Enum"active""passive""none"
multicastVersioninteger(int32)
spanningTreeProtocolstring
Enum"rstp""stp""none"
taggedPortsstring
untaggedPortsstring
vePortobject(VePortView)
switchVlanPortModelsArray of objects(SwitchVlanPortModelBo)unique
enableAsDefaultVlanboolean
Response
{ "id": "string", "vlanId": 0, "vlanName": "string", "ipv4DhcpSnooping": true, "arpInspection": true, "igmpSnooping": "active", "multicastVersion": 0, "spanningTreeProtocol": "rstp", "taggedPorts": "string", "untaggedPorts": "string", "vePort": { "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": [] }, "switchVlanPortModels": [ {} ], "enableAsDefaultVlan": true }

Query Switch VLANsDeprecated

Request

Query the switch's switch-level VLANs.

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

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 }

Add Switch VLANsDeprecated

Request

Create multiple VLANs under the specified switches.

Security
jwtAuth
BodyrequiredArray [
idstring
vlanIdinteger(int32)[ 1 .. 4095 ]required
vlanNamestring
rootBridgeFamilyIdstring
Enum"__NULL""ICX7150""ICX7250""ICX7650""ICX7850""ICX7550""ICX8200""ICX8100"
ipv4DhcpSnoopingboolean
ipv4DhcpSnoopingTrustPortstring
ipv4DhcpSnoopingTrustPortListArray of strings
arpInspectionboolean
arpInspectionTrustPortstring
arpInspectionTrustPortListArray of strings
arpTrustPortsListArray of strings
dhcpTrustPortsListArray of strings
igmpSnoopingstring
Enum"active""passive""none"
multicastVersioninteger(int32)[ 0 .. 3 ]
spanningTreeProtocolstring
Enum"rstp""stp""none"
spanningTreePriorityinteger(int32)[ 0 .. 65535 ]
switchFamilyModelsArray of objects(SwitchFamilyModelBo)unique
managementVlanboolean
switchVlanPortModelsArray of objects(SwitchVlanPortModelBo)unique
switchIdstring
enableAsDefaultVlanbooleanrequired
deleteVlanEnabledboolean
dummyVlanboolean
switchVlanPortModelobject(SwitchVlanPortModelBo)
rapidSpanningTreeProtocolboolean
taggedPortsListArray of strings
untaggedPortsListArray of strings
notDummyVlanboolean
defaultVlanboolean
igmpSnoopingTypeChangedboolean
]
[ { "id": "string", "vlanId": 1, "vlanName": "string", "rootBridgeFamilyId": "__NULL", "ipv4DhcpSnooping": true, "ipv4DhcpSnoopingTrustPort": "string", "ipv4DhcpSnoopingTrustPortList": [], "arpInspection": true, "arpInspectionTrustPort": "string", "arpInspectionTrustPortList": [], "arpTrustPortsList": [], "dhcpTrustPortsList": [], "igmpSnooping": "active", "multicastVersion": 3, "spanningTreeProtocol": "rstp", "spanningTreePriority": 65535, "switchFamilyModels": [], "managementVlan": true, "switchVlanPortModels": [], "switchId": "string", "enableAsDefaultVlan": true, "deleteVlanEnabled": true, "dummyVlan": true, "switchVlanPortModel": {}, "rapidSpanningTreeProtocol": true, "taggedPortsList": [], "untaggedPortsList": [], "notDummyVlan": true, "defaultVlan": true, "igmpSnoopingTypeChanged": true } ]

Responses

OK

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

Delete Switch VLANsDeprecated

Request

Delete multiple VLANs of the switch.

Security
jwtAuth
BodyrequiredArray [
string
]
[ "string" ]

Responses

OK

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

Retrieve Switch VLANsDeprecated

Request

Retrieve all usable VLANs under the specified switches.

Security
jwtAuth
Bodyrequired
isDefaultboolean
switchIdsArray of strings
{ "isDefault": true, "switchIds": [ "string" ] }

Responses

OK

Body
idstring
switchIdstring
defaultVlanIdinteger(int32)
vlanListArray of objects(SwitchVlanView)
Response
{ "id": "string", "switchId": "string", "defaultVlanId": 0, "vlanList": [ {} ] }

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