Skip to content

Switch Service API & Model Documentation (0.4.0)

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
RUCKUS One API host for North American region.
https://api.ruckus.cloud/
RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/
RUCKUS One API host for Asian region.
https://api.asia.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 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

Change Upgrade Schedule

Request

Schedule the firmware upgrade for venues. Use activity API with request id to get the status update.

Security
jwtAuth
Path
venueIdstringrequired
Bodyrequired
idstring
datestring

The scheduled date for the firmware upgrade operation in string format.

timestring

The scheduled time for the firmware upgrade operation in string format.

versionsArray of objects(ModelVersion_V1_1)unique

The set of model version pairs specifying target firmware versions for different switch models in this upgrade schedule.

switchIdsArray of strings

The list of switch identifiers to include in the scheduled firmware upgrade.

preDownloadboolean

The flag indicating whether to pre download the firmware before the scheduled upgrade time.

{ "id": "string", "date": "string", "time": "string", "versions": [ { … } ], "switchIds": [ "string" ], "preDownload": true }

Responses

OK

Body
requestIdstring

The unique identifier for tracking this API operation request.

responseobject(EmptyView)

The response data containing the result of the operation.

Response
{ "requestId": "string", "response": { "id": "string" } }

Create Upgrade Schedule

Request

Schedule the firmware upgrade for venues. Use activity API with request id to get the status update.

Security
jwtAuth
Path
venueIdstringrequired
Query
manualOverrideboolean
Default false
Bodyrequired
idstring
datestring

The scheduled date for the firmware upgrade operation in string format.

timestring

The scheduled time for the firmware upgrade operation in string format.

switchVersionstring

The target firmware version for switches with version 10 or below.

switchVersionAboveTenstring

The target firmware version for switches with version above 10.

switchIdsArray of strings

The list of switch identifiers to include in the scheduled firmware upgrade.

preDownloadboolean

The flag indicating whether to pre download the firmware before the scheduled upgrade time.

{ "id": "string", "date": "string", "time": "string", "switchVersion": "string", "switchVersionAboveTen": "string", "switchIds": [ "string" ], "preDownload": true }

Responses

Created

Body
requestIdstring

The unique identifier for tracking this API operation request.

responseobject(EmptyView)

The response data containing the result of the operation.

Response
{ "requestId": "string", "response": { "id": "string" } }

Delete Upgrade Schedule

Request

Cancel the schedule for firmware upgrade.

Security
jwtAuth
Path
venueIdstringrequired
Bodyrequired
idstring
switchIdsArray of strings

The list of switch identifiers for which the scheduled firmware upgrade should be skipped or postponed.

{ "id": "string", "switchIds": [ "string" ] }

Responses

OK

Body
requestIdstring

The unique identifier for tracking this API operation request.

responseobject(EmptyView)

The response data containing the result of the operation.

Response
{ "requestId": "string", "response": { "id": "string" } }

Get Switches

Request

Get all switches by tenant id for upgrading.

Security
jwtAuth
Bodyrequired
searchFilterstring

Search filter string for filtering switches by name, model, or other attributes.

venueIdListArray of strings

List of venue identifiers to filter switches by venue.

{ "searchFilter": "string", "venueIdList": [ "string" ] }

Responses

OK

BodyArray [
idstring
venueIdstring

The unique identifier of the venue where this switch is located.

venueNamestring

The name of the venue where this switch is located.

switchIdstring

The unique identifier of the switch for firmware upgrade operations.

switchNamestring

The name of the switch for identification and display purposes.

isStackboolean

The flag indicating whether this switch is part of a stack configuration.

modelstring

The switch model name or identifier.

currentFirmwarestring

The current firmware version running on the switch.

availableVersionobject(SwitchVersion_V1)

SwitchVersion attributes. Deprecated,this version, application/vnd.ruckus.v1+json will be removed no sooner than 06/30/2026.

switchNextScheduleobject(UpgradeSchedule_V1)

The next scheduled firmware upgrade at the switch level.

venueNextScheduleobject(UpgradeSchedule_V1)

The next scheduled firmware upgrade at the venue level affecting this switch.

preDownloadboolean

The flag indicating whether the firmware has been pre downloaded to the switch.

isSwitchLevelScheduleboolean

The flag indicating whether the upgrade schedule is defined at the switch level rather than venue level.

]
Response
[ { "id": "string", "venueId": "string", "venueName": "string", "switchId": "string", "switchName": "string", "isStack": true, "model": "string", "currentFirmware": "string", "availableVersion": { … }, "switchNextSchedule": { … }, "venueNextSchedule": { … }, "preDownload": true, "isSwitchLevelSchedule": true } ]

Get Venues

Request

Get all venues by tenant id for upgrading.

Security
jwtAuth
Bodyrequired
searchFilterstring

Search filter string for filtering venues by name or other attributes.

firmwareVersionstring

Firmware version string to filter venues by switch firmware version.

{ "searchFilter": "string", "firmwareVersion": "string" }

Responses

OK

BodyArray [
idstring
venueIdstring

The unique identifier of the venue for firmware upgrade operations.

venueNamestring

The name of the venue for identification and display purposes.

switchFirmwareVersionobject(SwitchVersion_V1)

SwitchVersion attributes. Deprecated,this version, application/vnd.ruckus.v1+json will be removed no sooner than 06/30/2026.

switchFirmwareVersionAboveTenobject(SwitchVersion_V1)

SwitchVersion attributes. Deprecated,this version, application/vnd.ruckus.v1+json will be removed no sooner than 06/30/2026.

availableVersionsArray of objects(SwitchVersion_V1)

The list of available firmware versions that can be upgraded to for switches in this venue.

nextScheduleobject(UpgradeSchedule_V1)

The next scheduled firmware upgrade for this venue.

lastScheduleUpdateTimestring(date-time)

The timestamp of the last update to the firmware upgrade schedule for this venue.

preDownloadboolean

The flag indicating whether firmware pre download is enabled for switches in this venue.

switchCountinteger(int32)

The total number of switches in this venue.

aboveTenSwitchCountinteger(int32)

The number of switches with firmware version above 10 in this venue.

statusstring

The current firmware upgrade status for this venue, such as pending, in progress, or completed.

Enum"NONE""INITIATE""SUCCESS""FAILED"
scheduleCountinteger(int32)

The total number of scheduled firmware upgrades configured for this venue.

]
Response
[ { "id": "string", "venueId": "string", "venueName": "string", "switchFirmwareVersion": { … }, "switchFirmwareVersionAboveTen": { … }, "availableVersions": [ … ], "nextSchedule": { … }, "lastScheduleUpdateTime": "2019-08-24T14:15:22Z", "preDownload": true, "switchCount": 0, "aboveTenSwitchCount": 0, "status": "NONE", "scheduleCount": 0 } ]

Get Versions

Request

Get different version type of firmware.

Security
jwtAuth
Path
versionTypestringrequired
No request payload

Responses

OK

BodyArray [
idstring
namestring

The firmware version name identifier for the switch.

categorystring

The firmware version category, such as recommended, latest, or stable.

Enum"RECOMMENDED""CRITICAL""BETA""SOLO"
createdDatestring(date-time)

The date when this firmware version record was created in the system.

]
Response
[ { "id": "string", "name": "string", "category": "RECOMMENDED", "createdDate": "2019-08-24T14:15:22Z" } ]

Get Current Versions

Request

Get current versions of the venues.

Security
jwtAuth
No request payload

Responses

OK

Body
idstring
currentVersionsArray of strings

The list of current firmware versions running on switches with version 10 or below in this venue.

currentVersionsAboveTenArray of strings

The list of current firmware versions running on switches with version above 10 in this venue.

Response
{ "id": "string", "currentVersions": [ "string" ], "currentVersionsAboveTen": [ "string" ] }

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

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

Venue Template Switch Setting

Manage switch settings of venue template.

Operations

Web Authentication Page Template

Manage web authentication page template.

Operations