Skip to content

Switch Services (0.4.0)

Overview

The Switch Service REST API facilitates the management and configuration of RUCKUS ICX switches via the RUCKUS One platform. This API allows for programmatic control of switch operations, network configurations, security policies, and monitoring across various environments.

What This API Does

  • Manage ICX switch devices and their configurations
  • Configure network settings including VLANs, ports, LAGs, and virtual ethernet interfaces
  • Control security policies with AAA servers, ACLs, and trusted port settings
  • Create and apply switch profiles and templates for consistent configurations
  • Handle firmware upgrades and configuration backups
  • Configure DHCP servers and static routing
  • Import and onboard new switches to the platform
  • Manage CLI templates and web authentication pages

Authentication

All API calls require valid authentication via JWT (JSON Web Token) in Authorization header.

Regional Endpoints

Select the appropriate API endpoint based on your region:

  • North America: https://api.ruckus.cloud
  • Europe: https://api.eu.ruckus.cloud
  • Asia: https://api.asia.ruckus.cloud

Error Handling

The API uses standard HTTP status codes with detailed error messages in the response body.

Common Error Responses

All endpoints may return these common error responses:

  • 400 Bad Request: Invalid input data or validation errors
  • 401 Unauthorized: Missing or invalid authentication
  • 403 Forbidden: Insufficient permissions
  • 404 Not Found: Requested resource doesn't exist
  • 422 Unprocessable Entity: Business rule violations
  • 500 Internal Server Error: Unexpected server errors.
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 switch configuration history records.

Operations

DHCP Server

Manage ICX DHCP servers.

Operations

ICX Switch

Manage ICX switch settings.

Operations

Import Switch

Import and register new switches.

Operations

LAG

Manage LAGs (link aggregation groups).

Operations

Profile

Manage switch profiles and profile configurations.

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 switch configuration backups and restore operations.

Operations

Switch Firmware Upgrade

Manage switch firmware upgrade and scheduling operations.

Operations

Switch Ports

Manage switch port configurations.

Operations

Get PortsDeprecated

Request

Get switch's port settings by switch id. This method will be removed no sooner than 08/31/2026. The following URL /venues/{venueId}/switches/{switchId}/portSettings can be used for this content.

Security
jwtAuth
Path
switchIdstringrequired
No request payload

Responses

OK

Body
idstring

The identifier

namestring

The descriptive name or label assigned to the port for identification purposes.

dhcpSnoopingTrustboolean

The flag indicating whether this port is trusted for DHCP snooping, allowing DHCP server responses.

arpInspectionTrustboolean

The flag indicating whether this port is trusted for ARP inspection, bypassing ARP validation.

ipv6DhcpSnoopingTrustboolean

The flag indicating whether this port is trusted for IPv6 DHCP snooping, bypassing DHCP validation.

ipv6NdInspectionTrustboolean

The flag indicating whether this port is trusted for IPv6 ND (Neighbor Discovery) inspection, bypassing ND validation.

ignoreFieldsstring

The comma separated list of field names to ignore during update operations.

ipsgboolean

The flag indicating whether IP source guard is enabled for additional layer 2 security.

lldpEnableboolean

The flag indicating whether LLDP (Link Layer Discovery Protocol) is enabled on this port.

poeBudgetnumber(float)

The PoE power budget allocated to this port in watts.

poeCapabilityboolean

The flag indicating whether this port has PoE (Power over Ethernet) hardware capability.

poeClassstring

The PoE (Power over Ethernet) class indicating the maximum power level supported by the connected device.

Enum"__NULL""UNSET""ZERO""ONE""TWO""THREE""FOUR""FIVE""SIX""SEVEN"
poeEnableboolean

The flag indicating whether PoE (Power over Ethernet) is enabled on this port.

poePriorityinteger(int32)

The PoE priority level for power allocation, with lower values indicating higher priority.

portEnableboolean

The flag indicating whether the port is administratively enabled for traffic forwarding.

portProtectedboolean

The flag indicating whether the port is configured as a protected port, preventing communication with other protected ports.

portSpeedstring

The configured speed setting for the port, such as auto negotiation or specific speed values.

Enum"__NULL""UNSET""NONE""AUTO""TEN_M_FULL""TEN_M_HALF""ONE_HUNDRED_M_FULL""ONE_HUNDRED_M_HALF""ONE_G_FULL""ONE_G_FULL_MASTER"
portsArray of stringsunique

The set of port identifiers when performing batch operations on multiple ports.

revertboolean

The flag indicating whether to revert port configuration to profile defaults.

rstpAdminEdgePortboolean

The flag indicating whether this port is configured as an edge port in RSTP (Rapid Spanning Tree Protocol).

adminPtToPtstring

The RSTP (Rapid Spanning Tree Protocol) point-to-point MAC mode.

Enum"AUTO""DISABLE""ENABLE"
stpBpduGuardboolean

Indicates whether STP (Spanning Tree Protocol) BPDU (Bridge Protocol Data Unit) guard is enabled. When enabled, the port is disabled if BPDU frames are received.

stpRootGuardboolean

The flag indicating whether STP (Spanning Tree Protocol) root guard is enabled to prevent the port from becoming a root port.

switchIdstring

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

untaggedVlanstring

The VLAN ID configured as the untagged (native) VLAN for this port.

taggedVlansArray of stringsunique

The ordered set of VLAN IDs configured as tagged VLANs on this port for 802.1Q trunking.

voiceVlaninteger(int32)

The VLAN ID designated for voice traffic, typically used for VoIP devices.

lldpQosArray of objects(LldpQos_V1)unique

The set of LLDP (Link Layer Discovery Protocol) QoS (Quality of Service) configurations for network priority advertising.

ingressAclstring

The name of the Access Control List applied to ingress (incoming) traffic on this port.

egressAclstring

The name of the Access Control List applied to egress (outgoing) traffic on this port.

vsixIngressAclstring

The name of the IPv6 ACL applied to ingress traffic for virtual switch integration.

vsixEgressAclstring

The name of the IPV6 ACL applied to egress traffic for virtual switch integration.

tagsstring

The comma separated list of custom tags assigned to this port for organization and filtering.

lagobject(Lag_V1)

The LAG (Link Aggregation Group) configuration if this port is a member of a LAG.

switchMacstring

The MAC address of the switch to which this port belongs, used for UI identification.

profileNamestring

The name of the profile applied to this port, displayed in the UI for reference.

Response
{ "id": "string", "name": "string", "dhcpSnoopingTrust": true, "arpInspectionTrust": true, "ipv6DhcpSnoopingTrust": true, "ipv6NdInspectionTrust": true, "ignoreFields": "string", "ipsg": true, "lldpEnable": true, "poeBudget": 0.1, "poeCapability": true, "poeClass": "__NULL", "poeEnable": true, "poePriority": 0, "portEnable": true, "portProtected": true, "portSpeed": "__NULL", "ports": [ "string" ], "revert": true, "rstpAdminEdgePort": true, "adminPtToPt": "AUTO", "stpBpduGuard": true, "stpRootGuard": true, "switchId": "string", "untaggedVlan": "string", "taggedVlans": [ "string" ], "voiceVlan": 0, "lldpQos": [ {} ], "ingressAcl": "string", "egressAcl": "string", "vsixIngressAcl": "string", "vsixEgressAcl": "string", "tags": "string", "lag": { "id": "string", "lagId": 0, "name": "string", "type": "static", "ports": [], "taggedVlans": [], "untaggedVlan": "string", "switchId": "string", "tenantId": "string", "addPorts": [], "removePorts": [], "portVlans": [], "portAddVlans": [], "lastName": "string", "realRemove": true, "defaultVlanId": "string", "originalUntaggedVlan": "string", "lagViewList": [] }, "switchMac": "string", "profileName": "string" }

Update PortDeprecated

Request

Update switch's port setting. Use activity API with request id to get the status update. This method will be removed no sooner than 08/31/2026. The following URL /venues/{venueId}/switches/{switchId}/portSettings can be used for this content.

Security
jwtAuth
Path
switchIdstringrequired
Bodyrequired
idstring
portsArray of stringsunique

The set of port identifiers when performing batch operations on multiple ports.

namestring

The descriptive name or label assigned to the port for identification purposes.

portSpeedstring

The configured speed setting for the port, such as auto negotiation or specific speed values.

Enum"__NULL""UNSET""NONE""AUTO""TEN_M_FULL""TEN_M_HALF""ONE_HUNDRED_M_FULL""ONE_HUNDRED_M_HALF""ONE_G_FULL""ONE_G_FULL_MASTER"
poeClassstring

The PoE (Power over Ethernet) class indicating the maximum power level supported by the connected device.

Enum"__NULL""UNSET""ZERO""ONE""TWO""THREE""FOUR""FIVE""SIX""SEVEN"
poePriorityinteger(int32)

The PoE priority level for power allocation, with lower values indicating higher priority.

lldpQosArray of objects(LldpQosBo)unique

The set of LLDP (Link Layer Discovery Protocol) QoS (Quality of Service) configurations for network priority advertising.

taggedVlansArray of stringsunique

The set of VLAN IDs configured as tagged VLANs on this port for 802.1Q trunking.

untaggedVlanstring

The VLAN ID configured as the untagged (native) VLAN for this port.

ingressAclstring

The name of the Access Control List applied to ingress (incoming) traffic on this port.

egressAclstring

The name of the Access Control List applied to egress (outgoing) traffic on this port.

tagsstring

The comma separated list of custom tags assigned to this port for organization and filtering.

switchSerialNumberstring

The serial number of the switch for hardware identification.

ignoreFieldsstring

The comma separated list of field names to ignore during update operations.

poeBudgetinteger(int32)

The PoE power budget allocated to this port in watts.

voiceVlaninteger(int32)[ 1 .. 4095 ]

The VLAN ID designated for voice traffic, typically used for VoIP devices.

portEnableboolean

The flag indicating whether the port is administratively enabled for traffic forwarding.

poeEnableboolean

The flag indicating whether PoE (Power over Ethernet) is enabled on this port.

poeCapabilityboolean

The flag indicating whether this port has PoE (Power over Ethernet) hardware capability.

portProtectedboolean

The flag indicating whether the port is configured as a protected port, preventing communication with other protected ports.

lldpEnableboolean

The flag indicating whether LLDP (Link Layer Discovery Protocol) is enabled on this port.

rstpAdminEdgePortboolean

The flag indicating whether this port is configured as an edge port in RSTP (Rapid Spanning Tree Protocol).

stpBpduGuardboolean

Indicates whether STP (Spanning Tree Protocol) BPDU (Bridge Protocol Data Unit) guard is enabled. When enabled, the port is disabled if BPDU frames are received.

stpRootGuardboolean

The flag indicating whether STP (Spanning Tree Protocol) root guard is enabled to prevent the port from becoming a root port.

dhcpSnoopingTrustboolean

The flag indicating whether this port is trusted for DHCP snooping, allowing DHCP server responses.

arpInspectionTrustboolean

The flag indicating whether this port is trusted for ARP inspection, bypassing ARP validation.

ipv6DhcpSnoopingTrustboolean

The flag indicating whether this port is trusted for IPv6 DHCP snooping, bypassing DHCP validation.

ipv6NdInspectionTrustboolean

The flag indicating whether this port is trusted for IPv6 ND (Neighbor Discovery) inspection, bypassing ND validation.

ipsgboolean

The flag indicating whether IP source guard is enabled for additional layer 2 security.

revertboolean

The flag indicating whether to revert port configuration to profile defaults.

flexibleAuthenticationEnabledboolean

The flag indicating whether flexible authentication with multiple methods is enabled on this port.

authenticationCustomizeboolean

The flag indicating whether port specific authentication settings override the profile defaults.

authenticationProfileIdstring

The identifier of the authentication profile applied to this port for access control.

authenticationTypestring

The authentication method type configured for this port, such as 802.1X, MAC authentication, or Web authentication.

Enum"__NULL""802.1x""macauth""802.1x_and_macauth"
changeAuthOrderboolean

The flag indicating whether the authentication method order has been modified from defaults.

dot1xPortControlstring

The 802.1X port control mode determining authentication requirements: auto, force authorized, or force unauthorized.

Enum"__NULL""auto""force_authorized""force_unauthorized"""
authDefaultVlaninteger(int32)[ 1 .. 4095 ]

The VLAN ID to assign authenticated users when no specific VLAN is provided by the AAA server.

restrictedVlaninteger(int32)[ 1 .. 4095 ]

The VLAN ID for users who fail authorization after successful authentication.

criticalVlaninteger(int32)[ 1 .. 4095 ]

The VLAN ID for critical users requiring network access during AAA server failure.

guestVlaninteger(int32)[ 1 .. 4095 ]

The VLAN ID for guest users who bypass authentication.

authFailActionstring

The action to take when authentication fails: restricted VLAN, drop, or block.

Enum"__NULL""block""restricted_vlan"
authTimeoutActionstring

The action to take when authentication times out: same as auth fail or critical VLAN.

Enum"__NULL""none""failure""success""critical_vlan"
switchPortProfileIdstring

The identifier of the switch port profile configuration applied to this port.

adminPtToPtstring

The RSTP (Rapid Spanning Tree Protocol) point-to-point MAC mode.

Enum"AUTO""DISABLE""ENABLE"
portSecurityboolean

The flag indicating whether port security is enabled to restrict MAC addresses allowed on this port.

portSecurityMaxEntriesinteger(int32)

The maximum number of MAC addresses allowed when port security is enabled.

switchMacAclstring

The name of the MAC based ACL (Access Control List) applied to this port for layer 2 filtering.

poeSchedulerobject(SchedulerBo)

The scheduler configuration for PoE (Power over Ethernet) operations, allowing time-based PoE control.

{ "id": "string", "ports": [ "string" ], "name": "string", "portSpeed": "__NULL", "poeClass": "__NULL", "poePriority": 0, "lldpQos": [ {} ], "taggedVlans": [ "string" ], "untaggedVlan": "string", "ingressAcl": "string", "egressAcl": "string", "tags": "string", "switchSerialNumber": "string", "ignoreFields": "string", "poeBudget": 0, "voiceVlan": 1, "portEnable": true, "poeEnable": true, "poeCapability": true, "portProtected": true, "lldpEnable": true, "rstpAdminEdgePort": true, "stpBpduGuard": true, "stpRootGuard": true, "dhcpSnoopingTrust": true, "arpInspectionTrust": true, "ipv6DhcpSnoopingTrust": true, "ipv6NdInspectionTrust": true, "ipsg": true, "revert": true, "flexibleAuthenticationEnabled": true, "authenticationCustomize": true, "authenticationProfileId": "string", "authenticationType": "__NULL", "changeAuthOrder": true, "dot1xPortControl": "__NULL", "authDefaultVlan": 1, "restrictedVlan": 1, "criticalVlan": 1, "guestVlan": 1, "authFailAction": "__NULL", "authTimeoutAction": "__NULL", "switchPortProfileId": "string", "adminPtToPt": "AUTO", "portSecurity": true, "portSecurityMaxEntries": 0, "switchMacAcl": "string", "poeScheduler": { "type": "NO_SCHEDULE", "mon": "string", "tue": "string", "wed": "string", "thu": "string", "fri": "string", "sat": "string", "sun": "string", "timeZone": "string" } }

Responses

OK

Body
idstring

The identifier

namestring

The descriptive name or label assigned to the port for identification purposes.

dhcpSnoopingTrustboolean

The flag indicating whether this port is trusted for DHCP snooping, allowing DHCP server responses.

arpInspectionTrustboolean

The flag indicating whether this port is trusted for ARP inspection, bypassing ARP validation.

ipv6DhcpSnoopingTrustboolean

The flag indicating whether this port is trusted for IPv6 DHCP snooping, bypassing DHCP validation.

ipv6NdInspectionTrustboolean

The flag indicating whether this port is trusted for IPv6 ND (Neighbor Discovery) inspection, bypassing ND validation.

ignoreFieldsstring

The comma separated list of field names to ignore during update operations.

ipsgboolean

The flag indicating whether IP source guard is enabled for additional layer 2 security.

lldpEnableboolean

The flag indicating whether LLDP (Link Layer Discovery Protocol) is enabled on this port.

poeBudgetnumber(float)

The PoE power budget allocated to this port in watts.

poeCapabilityboolean

The flag indicating whether this port has PoE (Power over Ethernet) hardware capability.

poeClassstring

The PoE (Power over Ethernet) class indicating the maximum power level supported by the connected device.

Enum"__NULL""UNSET""ZERO""ONE""TWO""THREE""FOUR""FIVE""SIX""SEVEN"
poeEnableboolean

The flag indicating whether PoE (Power over Ethernet) is enabled on this port.

poePriorityinteger(int32)

The PoE priority level for power allocation, with lower values indicating higher priority.

portEnableboolean

The flag indicating whether the port is administratively enabled for traffic forwarding.

portProtectedboolean

The flag indicating whether the port is configured as a protected port, preventing communication with other protected ports.

portSpeedstring

The configured speed setting for the port, such as auto negotiation or specific speed values.

Enum"__NULL""UNSET""NONE""AUTO""TEN_M_FULL""TEN_M_HALF""ONE_HUNDRED_M_FULL""ONE_HUNDRED_M_HALF""ONE_G_FULL""ONE_G_FULL_MASTER"
portsArray of stringsunique

The set of port identifiers when performing batch operations on multiple ports.

revertboolean

The flag indicating whether to revert port configuration to profile defaults.

rstpAdminEdgePortboolean

The flag indicating whether this port is configured as an edge port in RSTP (Rapid Spanning Tree Protocol).

adminPtToPtstring

The RSTP (Rapid Spanning Tree Protocol) point-to-point MAC mode.

Enum"AUTO""DISABLE""ENABLE"
stpBpduGuardboolean

Indicates whether STP (Spanning Tree Protocol) BPDU (Bridge Protocol Data Unit) guard is enabled. When enabled, the port is disabled if BPDU frames are received.

stpRootGuardboolean

The flag indicating whether STP (Spanning Tree Protocol) root guard is enabled to prevent the port from becoming a root port.

switchIdstring

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

untaggedVlanstring

The VLAN ID configured as the untagged (native) VLAN for this port.

taggedVlansArray of stringsunique

The ordered set of VLAN IDs configured as tagged VLANs on this port for 802.1Q trunking.

voiceVlaninteger(int32)

The VLAN ID designated for voice traffic, typically used for VoIP devices.

lldpQosArray of objects(LldpQos_V1)unique

The set of LLDP (Link Layer Discovery Protocol) QoS (Quality of Service) configurations for network priority advertising.

ingressAclstring

The name of the Access Control List applied to ingress (incoming) traffic on this port.

egressAclstring

The name of the Access Control List applied to egress (outgoing) traffic on this port.

vsixIngressAclstring

The name of the IPv6 ACL applied to ingress traffic for virtual switch integration.

vsixEgressAclstring

The name of the IPV6 ACL applied to egress traffic for virtual switch integration.

tagsstring

The comma separated list of custom tags assigned to this port for organization and filtering.

lagobject(Lag_V1)

The LAG (Link Aggregation Group) configuration if this port is a member of a LAG.

switchMacstring

The MAC address of the switch to which this port belongs, used for UI identification.

profileNamestring

The name of the profile applied to this port, displayed in the UI for reference.

Response
{ "id": "string", "name": "string", "dhcpSnoopingTrust": true, "arpInspectionTrust": true, "ipv6DhcpSnoopingTrust": true, "ipv6NdInspectionTrust": true, "ignoreFields": "string", "ipsg": true, "lldpEnable": true, "poeBudget": 0.1, "poeCapability": true, "poeClass": "__NULL", "poeEnable": true, "poePriority": 0, "portEnable": true, "portProtected": true, "portSpeed": "__NULL", "ports": [ "string" ], "revert": true, "rstpAdminEdgePort": true, "adminPtToPt": "AUTO", "stpBpduGuard": true, "stpRootGuard": true, "switchId": "string", "untaggedVlan": "string", "taggedVlans": [ "string" ], "voiceVlan": 0, "lldpQos": [ {} ], "ingressAcl": "string", "egressAcl": "string", "vsixIngressAcl": "string", "vsixEgressAcl": "string", "tags": "string", "lag": { "id": "string", "lagId": 0, "name": "string", "type": "static", "ports": [], "taggedVlans": [], "untaggedVlan": "string", "switchId": "string", "tenantId": "string", "addPorts": [], "removePorts": [], "portVlans": [], "portAddVlans": [], "lastName": "string", "realRemove": true, "defaultVlanId": "string", "originalUntaggedVlan": "string", "lagViewList": [] }, "switchMac": "string", "profileName": "string" }

Get PortsDeprecated

Request

Get switch's port settings with port ids. This method will be removed no sooner than 08/31/2026. The following URL /venues/{venueId}/switches/{switchId}/portSettings can be used for this content.

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

Responses

OK

Body
idstring

The identifier

namestring

The descriptive name or label assigned to the port for identification purposes.

dhcpSnoopingTrustboolean

The flag indicating whether this port is trusted for DHCP snooping, allowing DHCP server responses.

arpInspectionTrustboolean

The flag indicating whether this port is trusted for ARP inspection, bypassing ARP validation.

ipv6DhcpSnoopingTrustboolean

The flag indicating whether this port is trusted for IPv6 DHCP snooping, bypassing DHCP validation.

ipv6NdInspectionTrustboolean

The flag indicating whether this port is trusted for IPv6 ND (Neighbor Discovery) inspection, bypassing ND validation.

ignoreFieldsstring

The comma separated list of field names to ignore during update operations.

ipsgboolean

The flag indicating whether IP source guard is enabled for additional layer 2 security.

lldpEnableboolean

The flag indicating whether LLDP (Link Layer Discovery Protocol) is enabled on this port.

poeBudgetnumber(float)

The PoE power budget allocated to this port in watts.

poeCapabilityboolean

The flag indicating whether this port has PoE (Power over Ethernet) hardware capability.

poeClassstring

The PoE (Power over Ethernet) class indicating the maximum power level supported by the connected device.

Enum"__NULL""UNSET""ZERO""ONE""TWO""THREE""FOUR""FIVE""SIX""SEVEN"
poeEnableboolean

The flag indicating whether PoE (Power over Ethernet) is enabled on this port.

poePriorityinteger(int32)

The PoE priority level for power allocation, with lower values indicating higher priority.

portEnableboolean

The flag indicating whether the port is administratively enabled for traffic forwarding.

portProtectedboolean

The flag indicating whether the port is configured as a protected port, preventing communication with other protected ports.

portSpeedstring

The configured speed setting for the port, such as auto negotiation or specific speed values.

Enum"__NULL""UNSET""NONE""AUTO""TEN_M_FULL""TEN_M_HALF""ONE_HUNDRED_M_FULL""ONE_HUNDRED_M_HALF""ONE_G_FULL""ONE_G_FULL_MASTER"
portsArray of stringsunique

The set of port identifiers when performing batch operations on multiple ports.

revertboolean

The flag indicating whether to revert port configuration to profile defaults.

rstpAdminEdgePortboolean

The flag indicating whether this port is configured as an edge port in RSTP (Rapid Spanning Tree Protocol).

adminPtToPtstring

The RSTP (Rapid Spanning Tree Protocol) point-to-point MAC mode.

Enum"AUTO""DISABLE""ENABLE"
stpBpduGuardboolean

Indicates whether STP (Spanning Tree Protocol) BPDU (Bridge Protocol Data Unit) guard is enabled. When enabled, the port is disabled if BPDU frames are received.

stpRootGuardboolean

The flag indicating whether STP (Spanning Tree Protocol) root guard is enabled to prevent the port from becoming a root port.

switchIdstring

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

untaggedVlanstring

The VLAN ID configured as the untagged (native) VLAN for this port.

taggedVlansArray of stringsunique

The ordered set of VLAN IDs configured as tagged VLANs on this port for 802.1Q trunking.

voiceVlaninteger(int32)

The VLAN ID designated for voice traffic, typically used for VoIP devices.

lldpQosArray of objects(LldpQos_V1)unique

The set of LLDP (Link Layer Discovery Protocol) QoS (Quality of Service) configurations for network priority advertising.

ingressAclstring

The name of the Access Control List applied to ingress (incoming) traffic on this port.

egressAclstring

The name of the Access Control List applied to egress (outgoing) traffic on this port.

vsixIngressAclstring

The name of the IPv6 ACL applied to ingress traffic for virtual switch integration.

vsixEgressAclstring

The name of the IPV6 ACL applied to egress traffic for virtual switch integration.

tagsstring

The comma separated list of custom tags assigned to this port for organization and filtering.

lagobject(Lag_V1)

The LAG (Link Aggregation Group) configuration if this port is a member of a LAG.

switchMacstring

The MAC address of the switch to which this port belongs, used for UI identification.

profileNamestring

The name of the profile applied to this port, displayed in the UI for reference.

Response
{ "id": "string", "name": "string", "dhcpSnoopingTrust": true, "arpInspectionTrust": true, "ipv6DhcpSnoopingTrust": true, "ipv6NdInspectionTrust": true, "ignoreFields": "string", "ipsg": true, "lldpEnable": true, "poeBudget": 0.1, "poeCapability": true, "poeClass": "__NULL", "poeEnable": true, "poePriority": 0, "portEnable": true, "portProtected": true, "portSpeed": "__NULL", "ports": [ "string" ], "revert": true, "rstpAdminEdgePort": true, "adminPtToPt": "AUTO", "stpBpduGuard": true, "stpRootGuard": true, "switchId": "string", "untaggedVlan": "string", "taggedVlans": [ "string" ], "voiceVlan": 0, "lldpQos": [ {} ], "ingressAcl": "string", "egressAcl": "string", "vsixIngressAcl": "string", "vsixEgressAcl": "string", "tags": "string", "lag": { "id": "string", "lagId": 0, "name": "string", "type": "static", "ports": [], "taggedVlans": [], "untaggedVlan": "string", "switchId": "string", "tenantId": "string", "addPorts": [], "removePorts": [], "portVlans": [], "portAddVlans": [], "lastName": "string", "realRemove": true, "defaultVlanId": "string", "originalUntaggedVlan": "string", "lagViewList": [] }, "switchMac": "string", "profileName": "string" }

Update PortsDeprecated

Request

Update ports of different switches. Use activity API with request id to get the status update. This method will be removed no sooner than 08/31/2026. The following URL /venues/{venueId}/switches/portSettings can be used for this content.

Security
jwtAuth
BodyrequiredArray [
switchIdstring

Switch identifier (serial number) where the port update will be performed.

]
[ { "switchId": "string" } ]

Responses

OK

Body
idstring

The identifier

namestring

The descriptive name or label assigned to the port for identification purposes.

dhcpSnoopingTrustboolean

The flag indicating whether this port is trusted for DHCP snooping, allowing DHCP server responses.

arpInspectionTrustboolean

The flag indicating whether this port is trusted for ARP inspection, bypassing ARP validation.

ipv6DhcpSnoopingTrustboolean

The flag indicating whether this port is trusted for IPv6 DHCP snooping, bypassing DHCP validation.

ipv6NdInspectionTrustboolean

The flag indicating whether this port is trusted for IPv6 ND (Neighbor Discovery) inspection, bypassing ND validation.

ignoreFieldsstring

The comma separated list of field names to ignore during update operations.

ipsgboolean

The flag indicating whether IP source guard is enabled for additional layer 2 security.

lldpEnableboolean

The flag indicating whether LLDP (Link Layer Discovery Protocol) is enabled on this port.

poeBudgetnumber(float)

The PoE power budget allocated to this port in watts.

poeCapabilityboolean

The flag indicating whether this port has PoE (Power over Ethernet) hardware capability.

poeClassstring

The PoE (Power over Ethernet) class indicating the maximum power level supported by the connected device.

Enum"__NULL""UNSET""ZERO""ONE""TWO""THREE""FOUR""FIVE""SIX""SEVEN"
poeEnableboolean

The flag indicating whether PoE (Power over Ethernet) is enabled on this port.

poePriorityinteger(int32)

The PoE priority level for power allocation, with lower values indicating higher priority.

portEnableboolean

The flag indicating whether the port is administratively enabled for traffic forwarding.

portProtectedboolean

The flag indicating whether the port is configured as a protected port, preventing communication with other protected ports.

portSpeedstring

The configured speed setting for the port, such as auto negotiation or specific speed values.

Enum"__NULL""UNSET""NONE""AUTO""TEN_M_FULL""TEN_M_HALF""ONE_HUNDRED_M_FULL""ONE_HUNDRED_M_HALF""ONE_G_FULL""ONE_G_FULL_MASTER"
portsArray of stringsunique

The set of port identifiers when performing batch operations on multiple ports.

revertboolean

The flag indicating whether to revert port configuration to profile defaults.

rstpAdminEdgePortboolean

The flag indicating whether this port is configured as an edge port in RSTP (Rapid Spanning Tree Protocol).

adminPtToPtstring

The RSTP (Rapid Spanning Tree Protocol) point-to-point MAC mode.

Enum"AUTO""DISABLE""ENABLE"
stpBpduGuardboolean

Indicates whether STP (Spanning Tree Protocol) BPDU (Bridge Protocol Data Unit) guard is enabled. When enabled, the port is disabled if BPDU frames are received.

stpRootGuardboolean

The flag indicating whether STP (Spanning Tree Protocol) root guard is enabled to prevent the port from becoming a root port.

switchIdstring

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

untaggedVlanstring

The VLAN ID configured as the untagged (native) VLAN for this port.

taggedVlansArray of stringsunique

The ordered set of VLAN IDs configured as tagged VLANs on this port for 802.1Q trunking.

voiceVlaninteger(int32)

The VLAN ID designated for voice traffic, typically used for VoIP devices.

lldpQosArray of objects(LldpQos_V1)unique

The set of LLDP (Link Layer Discovery Protocol) QoS (Quality of Service) configurations for network priority advertising.

ingressAclstring

The name of the Access Control List applied to ingress (incoming) traffic on this port.

egressAclstring

The name of the Access Control List applied to egress (outgoing) traffic on this port.

vsixIngressAclstring

The name of the IPv6 ACL applied to ingress traffic for virtual switch integration.

vsixEgressAclstring

The name of the IPV6 ACL applied to egress traffic for virtual switch integration.

tagsstring

The comma separated list of custom tags assigned to this port for organization and filtering.

lagobject(Lag_V1)

The LAG (Link Aggregation Group) configuration if this port is a member of a LAG.

switchMacstring

The MAC address of the switch to which this port belongs, used for UI identification.

profileNamestring

The name of the profile applied to this port, displayed in the UI for reference.

Response
{ "id": "string", "name": "string", "dhcpSnoopingTrust": true, "arpInspectionTrust": true, "ipv6DhcpSnoopingTrust": true, "ipv6NdInspectionTrust": true, "ignoreFields": "string", "ipsg": true, "lldpEnable": true, "poeBudget": 0.1, "poeCapability": true, "poeClass": "__NULL", "poeEnable": true, "poePriority": 0, "portEnable": true, "portProtected": true, "portSpeed": "__NULL", "ports": [ "string" ], "revert": true, "rstpAdminEdgePort": true, "adminPtToPt": "AUTO", "stpBpduGuard": true, "stpRootGuard": true, "switchId": "string", "untaggedVlan": "string", "taggedVlans": [ "string" ], "voiceVlan": 0, "lldpQos": [ {} ], "ingressAcl": "string", "egressAcl": "string", "vsixIngressAcl": "string", "vsixEgressAcl": "string", "tags": "string", "lag": { "id": "string", "lagId": 0, "name": "string", "type": "static", "ports": [], "taggedVlans": [], "untaggedVlan": "string", "switchId": "string", "tenantId": "string", "addPorts": [], "removePorts": [], "portVlans": [], "portAddVlans": [], "lastName": "string", "realRemove": true, "defaultVlanId": "string", "originalUntaggedVlan": "string", "lagViewList": [] }, "switchMac": "string", "profileName": "string" }

Get PortsDeprecated

Request

Get port settings of different switches. This method will be removed no sooner than 08/31/2026. The following URL /venues/{venueId}/switches/portSettings can be used for this content.

Security
jwtAuth
BodyrequiredArray [
switchIdstring

Switch identifier (serial number) where the port operations will be performed.

portsArray of strings

List of port identifiers to be operated on (e.g., ['1/1/1', '1/1/2', '1/1/3']).

]
[ { "switchId": "string", "ports": [] } ]

Responses

OK

Body
idstring

The identifier

namestring

The descriptive name or label assigned to the port for identification purposes.

dhcpSnoopingTrustboolean

The flag indicating whether this port is trusted for DHCP snooping, allowing DHCP server responses.

arpInspectionTrustboolean

The flag indicating whether this port is trusted for ARP inspection, bypassing ARP validation.

ipv6DhcpSnoopingTrustboolean

The flag indicating whether this port is trusted for IPv6 DHCP snooping, bypassing DHCP validation.

ipv6NdInspectionTrustboolean

The flag indicating whether this port is trusted for IPv6 ND (Neighbor Discovery) inspection, bypassing ND validation.

ignoreFieldsstring

The comma separated list of field names to ignore during update operations.

ipsgboolean

The flag indicating whether IP source guard is enabled for additional layer 2 security.

lldpEnableboolean

The flag indicating whether LLDP (Link Layer Discovery Protocol) is enabled on this port.

poeBudgetnumber(float)

The PoE power budget allocated to this port in watts.

poeCapabilityboolean

The flag indicating whether this port has PoE (Power over Ethernet) hardware capability.

poeClassstring

The PoE (Power over Ethernet) class indicating the maximum power level supported by the connected device.

Enum"__NULL""UNSET""ZERO""ONE""TWO""THREE""FOUR""FIVE""SIX""SEVEN"
poeEnableboolean

The flag indicating whether PoE (Power over Ethernet) is enabled on this port.

poePriorityinteger(int32)

The PoE priority level for power allocation, with lower values indicating higher priority.

portEnableboolean

The flag indicating whether the port is administratively enabled for traffic forwarding.

portProtectedboolean

The flag indicating whether the port is configured as a protected port, preventing communication with other protected ports.

portSpeedstring

The configured speed setting for the port, such as auto negotiation or specific speed values.

Enum"__NULL""UNSET""NONE""AUTO""TEN_M_FULL""TEN_M_HALF""ONE_HUNDRED_M_FULL""ONE_HUNDRED_M_HALF""ONE_G_FULL""ONE_G_FULL_MASTER"
portsArray of stringsunique

The set of port identifiers when performing batch operations on multiple ports.

revertboolean

The flag indicating whether to revert port configuration to profile defaults.

rstpAdminEdgePortboolean

The flag indicating whether this port is configured as an edge port in RSTP (Rapid Spanning Tree Protocol).

adminPtToPtstring

The RSTP (Rapid Spanning Tree Protocol) point-to-point MAC mode.

Enum"AUTO""DISABLE""ENABLE"
stpBpduGuardboolean

Indicates whether STP (Spanning Tree Protocol) BPDU (Bridge Protocol Data Unit) guard is enabled. When enabled, the port is disabled if BPDU frames are received.

stpRootGuardboolean

The flag indicating whether STP (Spanning Tree Protocol) root guard is enabled to prevent the port from becoming a root port.

switchIdstring

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

untaggedVlanstring

The VLAN ID configured as the untagged (native) VLAN for this port.

taggedVlansArray of stringsunique

The ordered set of VLAN IDs configured as tagged VLANs on this port for 802.1Q trunking.

voiceVlaninteger(int32)

The VLAN ID designated for voice traffic, typically used for VoIP devices.

lldpQosArray of objects(LldpQos_V1)unique

The set of LLDP (Link Layer Discovery Protocol) QoS (Quality of Service) configurations for network priority advertising.

ingressAclstring

The name of the Access Control List applied to ingress (incoming) traffic on this port.

egressAclstring

The name of the Access Control List applied to egress (outgoing) traffic on this port.

vsixIngressAclstring

The name of the IPv6 ACL applied to ingress traffic for virtual switch integration.

vsixEgressAclstring

The name of the IPV6 ACL applied to egress traffic for virtual switch integration.

tagsstring

The comma separated list of custom tags assigned to this port for organization and filtering.

lagobject(Lag_V1)

The LAG (Link Aggregation Group) configuration if this port is a member of a LAG.

switchMacstring

The MAC address of the switch to which this port belongs, used for UI identification.

profileNamestring

The name of the profile applied to this port, displayed in the UI for reference.

Response
{ "id": "string", "name": "string", "dhcpSnoopingTrust": true, "arpInspectionTrust": true, "ipv6DhcpSnoopingTrust": true, "ipv6NdInspectionTrust": true, "ignoreFields": "string", "ipsg": true, "lldpEnable": true, "poeBudget": 0.1, "poeCapability": true, "poeClass": "__NULL", "poeEnable": true, "poePriority": 0, "portEnable": true, "portProtected": true, "portSpeed": "__NULL", "ports": [ "string" ], "revert": true, "rstpAdminEdgePort": true, "adminPtToPt": "AUTO", "stpBpduGuard": true, "stpRootGuard": true, "switchId": "string", "untaggedVlan": "string", "taggedVlans": [ "string" ], "voiceVlan": 0, "lldpQos": [ {} ], "ingressAcl": "string", "egressAcl": "string", "vsixIngressAcl": "string", "vsixEgressAcl": "string", "tags": "string", "lag": { "id": "string", "lagId": 0, "name": "string", "type": "static", "ports": [], "taggedVlans": [], "untaggedVlan": "string", "switchId": "string", "tenantId": "string", "addPorts": [], "removePorts": [], "portVlans": [], "portAddVlans": [], "lastName": "string", "realRemove": true, "defaultVlanId": "string", "originalUntaggedVlan": "string", "lagViewList": [] }, "switchMac": "string", "profileName": "string" }

Switch Static Routes

Manage static route configurations.

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