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

Update DHCP Server-SettingDeprecated

Request

Update switch's DHCP server setting.

Security
jwtAuth
Path
switchIdstringrequired
Bodyrequired
idstring
poolNamestring
networkstring
defaultRouterIpstring
excludedEndstring
excludedStartstring
leaseDaysinteger(int32)
leaseHrsinteger(int32)
leaseMinsinteger(int32)
dhcpOptionsArray of objects(DhcpOptionBo)
subnetAddressstring^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\...
subnetMaskstring^(?:(?:(?:255\.){3}(?:252|248|240|224|192|128...
switchIdstring
prefixLengthstring
dhcpServerEnabledboolean
{ "id": "string", "poolName": "string", "network": "string", "defaultRouterIp": "string", "excludedEnd": "string", "excludedStart": "string", "leaseDays": 0, "leaseHrs": 0, "leaseMins": 0, "dhcpOptions": [ { … } ], "subnetAddress": "string", "subnetMask": "string", "switchId": "string", "prefixLength": "string", "dhcpServerEnabled": true }

Responses

OK

Body
idstring
poolNamestring
networkstring
defaultRouterIpstring
excludedEndstring
excludedStartstring
leaseDaysinteger(int32)
leaseHrsinteger(int32)
leaseMinsinteger(int32)
dhcpOptionsArray of objects(DhcpOption)
subnetAddressstring
subnetMaskstring
Response
{ "id": "string", "poolName": "string", "network": "string", "defaultRouterIp": "string", "excludedEnd": "string", "excludedStart": "string", "leaseDays": 0, "leaseHrs": 0, "leaseMins": 0, "dhcpOptions": [ { … } ], "subnetAddress": "string", "subnetMask": "string" }

Add DHCP ServerDeprecated

Request

Add switch's DHCP server settings. Use activity API with request id to get the status update.

Security
jwtAuth
Path
switchIdstringrequired
Bodyrequired
idstring
poolNamestring
networkstring
defaultRouterIpstring
excludedEndstring
excludedStartstring
leaseDaysinteger(int32)
leaseHrsinteger(int32)
leaseMinsinteger(int32)
dhcpOptionsArray of objects(DhcpOptionBo)
subnetAddressstring^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\...
subnetMaskstring^(?:(?:(?:255\.){3}(?:252|248|240|224|192|128...
switchIdstring
prefixLengthstring
dhcpServerEnabledboolean
{ "id": "string", "poolName": "string", "network": "string", "defaultRouterIp": "string", "excludedEnd": "string", "excludedStart": "string", "leaseDays": 0, "leaseHrs": 0, "leaseMins": 0, "dhcpOptions": [ { … } ], "subnetAddress": "string", "subnetMask": "string", "switchId": "string", "prefixLength": "string", "dhcpServerEnabled": true }

Responses

OK

Body
idstring
poolNamestring
networkstring
defaultRouterIpstring
excludedEndstring
excludedStartstring
leaseDaysinteger(int32)
leaseHrsinteger(int32)
leaseMinsinteger(int32)
dhcpOptionsArray of objects(DhcpOption)
subnetAddressstring
subnetMaskstring
Response
{ "id": "string", "poolName": "string", "network": "string", "defaultRouterIp": "string", "excludedEnd": "string", "excludedStart": "string", "leaseDays": 0, "leaseHrs": 0, "leaseMins": 0, "dhcpOptions": [ { … } ], "subnetAddress": "string", "subnetMask": "string" }

Delete DHCP ServersDeprecated

Request

Delete switch's DHCP servers.

Security
jwtAuth
Path
switchIdstringrequired
BodyrequiredArray [
string
]
[ "string" ]

Responses

OK

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

Query DHCP ServersDeprecated

Request

List of ICX's DHCP servers.

Security
jwtAuth
Path
switchIdstringrequired
Bodyrequired
fieldsArray of strings
pageinteger(int32)
pageSizeinteger(int32)
sortFieldstring
sortOrderstring
Enum"ASC""DESC"
venueIdstring
{ "fields": [ "string" ], "page": 0, "pageSize": 0, "sortField": "string", "sortOrder": "ASC", "venueId": "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 }

Update DHCP ServerDeprecated

Request

Change switch's DHCP server state. Use activity API with request id to get the status update.

Security
jwtAuth
Path
switchIdstringrequired
Bodyrequired
stateboolean
{ "state": true }

Responses

OK

Body
idstring
poolNamestring
networkstring
defaultRouterIpstring
excludedEndstring
excludedStartstring
leaseDaysinteger(int32)
leaseHrsinteger(int32)
leaseMinsinteger(int32)
dhcpOptionsArray of objects(DhcpOption)
subnetAddressstring
subnetMaskstring
Response
{ "id": "string", "poolName": "string", "network": "string", "defaultRouterIp": "string", "excludedEnd": "string", "excludedStart": "string", "leaseDays": 0, "leaseHrs": 0, "leaseMins": 0, "dhcpOptions": [ { … } ], "subnetAddress": "string", "subnetMask": "string" }

Query DHCP ServersDeprecated

Request

List of venue's DHCP servers.

Security
jwtAuth
Bodyrequired
fieldsArray of strings
pageinteger(int32)
pageSizeinteger(int32)
sortFieldstring
sortOrderstring
Enum"ASC""DESC"
venueIdstring
{ "fields": [ "string" ], "page": 0, "pageSize": 0, "sortField": "string", "sortOrder": "ASC", "venueId": "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 }

Get DHCP Server-SettingDeprecated

Request

Get switch's DHCP server setting.

Security
jwtAuth
Path
dhcpServerIdstringrequired
No request payload

Responses

OK

Body
idstring
poolNamestring
networkstring
defaultRouterIpstring
excludedEndstring
excludedStartstring
leaseDaysinteger(int32)
leaseHrsinteger(int32)
leaseMinsinteger(int32)
dhcpOptionsArray of objects(DhcpOption)
subnetAddressstring
subnetMaskstring
Response
{ "id": "string", "poolName": "string", "network": "string", "defaultRouterIp": "string", "excludedEnd": "string", "excludedStart": "string", "leaseDays": 0, "leaseHrs": 0, "leaseMins": 0, "dhcpOptions": [ { … } ], "subnetAddress": "string", "subnetMask": "string" }

Delete DHCP Server-SettingDeprecated

Request

Delete switch's DHCP server setting.

Security
jwtAuth
Path
switchIdstringrequired
dhcpServerIdstringrequired
No request payload

Responses

OK

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

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

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