Manage AAA (authentication, authorization, and accounting) Servers.
Switch Service API & Model Documentation (0.4.0)
- application/json
- application/vnd.ruckus.v1+json
- application/vnd.ruckus.v1.1+json
The set of model version pairs specifying target firmware versions for different switch models in this upgrade schedule.
The list of switch identifiers to include in the scheduled firmware upgrade.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/venues/{venueId}/switchFirmwares/schedules
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/venues/{venueId}/switchFirmwares/schedules
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/venues/{venueId}/switchFirmwares/schedules
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "date": "string", "time": "string", "versions": [ { … } ], "switchIds": [ "string" ], "preDownload": true }
{ "requestId": "string", "response": { "id": "string" } }
- application/json
- application/vnd.ruckus.v1+json
- application/vnd.ruckus.v1.1+json
The list of switch identifiers to include in the scheduled firmware upgrade.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/venues/{venueId}/switchFirmwares/schedules
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/venues/{venueId}/switchFirmwares/schedules
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/venues/{venueId}/switchFirmwares/schedules
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "date": "string", "time": "string", "switchVersion": "string", "switchVersionAboveTen": "string", "switchIds": [ "string" ], "preDownload": true }
{ "requestId": "string", "response": { "id": "string" } }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/venues/{venueId}/switchFirmwares/schedules
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/venues/{venueId}/switchFirmwares/schedules
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/venues/{venueId}/switchFirmwares/schedules
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "switchIds": [ "string" ] }
{ "requestId": "string", "response": { "id": "string" } }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switchFirmwares/schedules/switches/query
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switchFirmwares/schedules/switches/query
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switchFirmwares/schedules/switches/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "searchFilter": "string", "venueIdList": [ "string" ] }
OK
- application/json
- application/vnd.ruckus.v1+json
- application/vnd.ruckus.v1.1+json
SwitchVersion attributes. Deprecated,this version, application/vnd.ruckus.v1+json will be removed no sooner than 06/30/2026.
The next scheduled firmware upgrade at the switch level.
The next scheduled firmware upgrade at the venue level affecting this switch.
The flag indicating whether the upgrade schedule is defined at the switch level rather than venue level.
[ { "id": "string", "venueId": "string", "venueName": "string", "switchId": "string", "switchName": "string", "isStack": true, "model": "string", "currentFirmware": "string", "availableVersion": { … }, "switchNextSchedule": { … }, "venueNextSchedule": { … }, "preDownload": true, "isSwitchLevelSchedule": true } ]
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switchFirmwares/schedules/query
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switchFirmwares/schedules/query
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switchFirmwares/schedules/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "searchFilter": "string", "firmwareVersion": "string" }
OK
- application/json
- application/vnd.ruckus.v1+json
- application/vnd.ruckus.v1.1+json
SwitchVersion attributes. Deprecated,this version, application/vnd.ruckus.v1+json will be removed no sooner than 06/30/2026.
SwitchVersion attributes. Deprecated,this version, application/vnd.ruckus.v1+json will be removed no sooner than 06/30/2026.
The list of available firmware versions that can be upgraded to for switches in this venue.
The timestamp of the last update to the firmware upgrade schedule for this venue.
The flag indicating whether firmware pre download is enabled for switches in this venue.
The number of switches with firmware version above 10 in this venue.
The current firmware upgrade status for this venue, such as pending, in progress, or completed.
The total number of scheduled firmware upgrades configured for this venue.
[ { "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 } ]
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switchFirmwares/versions/{versionType}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switchFirmwares/versions/{versionType}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switchFirmwares/versions/{versionType}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload[ { "id": "string", "name": "string", "category": "RECOMMENDED", "createdDate": "2019-08-24T14:15:22Z" } ]
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switchFirmwares/currentVersions
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switchFirmwares/currentVersions
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switchFirmwares/currentVersions
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload{ "id": "string", "currentVersions": [ "string" ], "currentVersionsAboveTen": [ "string" ] }