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

Get Configuration History

Request

Get the configuration history details for this transaction relative to the switches in this venue.

Security
jwtAuth
Path
venueIdstringrequired
transactionIdstringrequired
Bodyrequired
filterByStatusstring

The status filter to limit results to configuration deployments with specific status values such as success, failed, or in progress.

Enum"ALL""SUCCESS""FAILED""NOTIFY_SUCCESS"
sortInfoobject(ConfigurationHistoryDetailSortInfo)

The sorting information specifying the sort column and direction for ordering configuration history records.

filterByConfigTypestring

The configuration type filter to limit results to specific types such as VLAN, ACL, or port configurations.

pageinteger(int32)

The page number for pagination, starting from 1, defaulting to 1.

limitinteger(int32)

The maximum number of configuration history records to return per page, defaulting to 8.

pageSizeinteger(int32)

The page size for pagination in the new request format, superseding the limit parameter when provided.

sortFieldstring

The sort column for ordering configuration history records in the new request format.

Enum"startTime""configType""dispatchStatus"
sortOrderstring

The sort order direction, either ascending or descending, for the new request format.

Enum"ASC""DESC"
filtersobject(ConfigurationHistoryFilter)

The comprehensive filter object containing multiple filter criteria in the new request format.

{ "filterByStatus": "ALL", "sortInfo": { "sortColumn": "startTime", "dir": "ASC" }, "filterByConfigType": "string", "page": 0, "limit": 0, "pageSize": 0, "sortField": "startTime", "sortOrder": "ASC", "filters": { "filterByStatus": "ALL", "configType": [ … ] } }

Responses

OK

Body
idstring

The identifier

totalCountinteger(int32)

The total number of configuration history records matching the query criteria.

listArray of objects(ConfigurationHistoryInfo)

The list of configuration history information records containing deployment details and status.

Response
{ "id": "string", "totalCount": 0, "list": [ { … } ] }

Get Configuration History

Request

Query for configuration history details on this switch.

Security
jwtAuth
Path
venueIdstringrequired
switchIdstringrequired
Bodyrequired
pageinteger(int32)

The page number for pagination, starting from 1.

pageSizeinteger(int32)

The number of records to return per page.

sortFieldstring

The field name used to sort the configuration history records.

Enum"startTime""configType""dispatchStatus"
sortOrderstring

The sort order direction for the query results, either ascending or descending.

Enum"ASC""DESC"
filterByConfigTypestring

The configuration type filter to limit results to specific types of configuration deployments.

Enum"PROVISIONING""ACL""VLAN""STATIC_ROUTE""PORT_CONFIGURATION""CLI_PROVISIONING""CLI_UPDATE""VE_PORTS""SPECIFIC_SETTING""LAG"
{ "page": 0, "pageSize": 0, "sortField": "startTime", "sortOrder": "ASC", "filterByConfigType": "PROVISIONING" }

Responses

OK

Body
idstring
totalCountinteger(int32)

The total number of configuration history records matching the query criteria.

listArray of objects(ConfigurationHistoryInfo_V1_1)

The list of configuration history information records containing deployment details and status.

Response
{ "id": "string", "totalCount": 0, "list": [ { … } ] }

Get Configuration History

Request

Query for configuration history details for switches in this venue.

Security
jwtAuth
Path
venueIdstringrequired
Bodyrequired
sortInfoobject(SortInfo)

Sort information for ordering configuration history records (deprecated, use sortField and sortOrder instead).

filterByConfigTypestring

Filter configuration history by configuration type.

pageinteger(int32)

Page number for pagination.

limitinteger(int32)

Number of records per page (deprecated, use pageSize instead, default: 8).

pageSizeinteger(int32)

Number of records per page for the new request format.

sortFieldstring

Field to sort by (currently only supports startTime).

Value"startTime"
sortOrderstring

Sort order (ASC or DESC).

Enum"ASC""DESC"
filtersobject(ConfigurationHistoryFilter)

Filter criteria for configuration history records.

{ "sortInfo": { "sortColumn": "startTime", "dir": "ASC" }, "filterByConfigType": "string", "page": 0, "limit": 0, "pageSize": 0, "sortField": "startTime", "sortOrder": "ASC", "filters": { "filterByStatus": "ALL", "configType": [ … ] } }

Responses

OK

Body
idstring

The identifier

totalCountinteger(int32)

The total number of configuration history venue records matching the query criteria.

listArray of objects(ConfigurationHistoryVenueInfo)

The list of venue level configuration history information records containing aggregated deployment statistics across multiple switches.

Response
{ "id": "string", "totalCount": 0, "list": [ { … } ] }

Get Configuration History

Request

Get the configuration history details of this transaction on this switch.

Security
jwtAuth
Path
venueIdstringrequired
switchIdstringrequired
transactionIdstringrequired
No request payload

Responses

OK

Body
idstring
totalCountinteger(int32)

The total number of configuration history records matching the query criteria.

listArray of objects(ConfigurationHistoryInfo_V1_1)

The list of configuration history information records containing deployment details and status.

Response
{ "id": "string", "totalCount": 0, "list": [ { … } ] }

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

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