Manage AAA (authentication, authorization, and accounting) servers.
Switch Services (0.4.0)
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.
- 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
All API calls require valid authentication via JWT (JSON Web Token) in Authorization header.
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
The API uses standard HTTP status codes with detailed error messages in the response body.
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.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches/{switchId}/portSettings
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/{switchId}/portSettings
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/{switchId}/portSettings
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadOK
- application/json
- application/vnd.ruckus.v1+json
The flag indicating whether this port is trusted for DHCP snooping, allowing DHCP server responses.
The flag indicating whether this port is trusted for ARP inspection, bypassing ARP validation.
The flag indicating whether this port is trusted for IPv6 DHCP snooping, bypassing DHCP validation.
The flag indicating whether this port is trusted for IPv6 ND (Neighbor Discovery) inspection, bypassing ND validation.
The flag indicating whether LLDP (Link Layer Discovery Protocol) is enabled on this port.
The flag indicating whether this port has PoE (Power over Ethernet) hardware capability.
The PoE (Power over Ethernet) class indicating the maximum power level supported by the connected device.
The PoE priority level for power allocation, with lower values indicating higher priority.
The flag indicating whether the port is administratively enabled for traffic forwarding.
The flag indicating whether the port is configured as a protected port, preventing communication with other protected ports.
The configured speed setting for the port, such as auto negotiation or specific speed values.
The set of port identifiers when performing batch operations on multiple ports.
The flag indicating whether this port is configured as an edge port in RSTP (Rapid Spanning Tree Protocol).
The RSTP (Rapid Spanning Tree Protocol) point-to-point MAC mode.
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.
The flag indicating whether STP (Spanning Tree Protocol) root guard is enabled to prevent the port from becoming a root port.
The ordered set of VLAN IDs configured as tagged VLANs on this port for 802.1Q trunking.
The set of LLDP (Link Layer Discovery Protocol) QoS (Quality of Service) configurations for network priority advertising.
The name of the Access Control List applied to ingress (incoming) traffic on this port.
The name of the Access Control List applied to egress (outgoing) traffic on this port.
The name of the IPv6 ACL applied to ingress traffic for virtual switch integration.
The name of the IPV6 ACL applied to egress traffic for virtual switch integration.
The comma separated list of custom tags assigned to this port for organization and filtering.
The MAC address of the switch to which this port belongs, used for UI identification.
{ "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" }
- application/json
- application/vnd.ruckus.v1+json
The set of port identifiers when performing batch operations on multiple ports.
The configured speed setting for the port, such as auto negotiation or specific speed values.
The PoE (Power over Ethernet) class indicating the maximum power level supported by the connected device.
The PoE priority level for power allocation, with lower values indicating higher priority.
The set of LLDP (Link Layer Discovery Protocol) QoS (Quality of Service) configurations for network priority advertising.
The set of VLAN IDs configured as tagged VLANs on this port for 802.1Q trunking.
The name of the Access Control List applied to ingress (incoming) traffic on this port.
The name of the Access Control List applied to egress (outgoing) traffic on this port.
The comma separated list of custom tags assigned to this port for organization and filtering.
The VLAN ID designated for voice traffic, typically used for VoIP devices.
The flag indicating whether the port is administratively enabled for traffic forwarding.
The flag indicating whether this port has PoE (Power over Ethernet) hardware capability.
The flag indicating whether the port is configured as a protected port, preventing communication with other protected ports.
The flag indicating whether LLDP (Link Layer Discovery Protocol) is enabled on this port.
The flag indicating whether this port is configured as an edge port in RSTP (Rapid Spanning Tree Protocol).
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.
The flag indicating whether STP (Spanning Tree Protocol) root guard is enabled to prevent the port from becoming a root port.
The flag indicating whether this port is trusted for DHCP snooping, allowing DHCP server responses.
The flag indicating whether this port is trusted for ARP inspection, bypassing ARP validation.
The flag indicating whether this port is trusted for IPv6 DHCP snooping, bypassing DHCP validation.
The flag indicating whether this port is trusted for IPv6 ND (Neighbor Discovery) inspection, bypassing ND validation.
The flag indicating whether flexible authentication with multiple methods is enabled on this port.
The flag indicating whether port specific authentication settings override the profile defaults.
The identifier of the authentication profile applied to this port for access control.
The authentication method type configured for this port, such as 802.1X, MAC authentication, or Web authentication.
The flag indicating whether the authentication method order has been modified from defaults.
The 802.1X port control mode determining authentication requirements: auto, force authorized, or force unauthorized.
The VLAN ID to assign authenticated users when no specific VLAN is provided by the AAA server.
The VLAN ID for users who fail authorization after successful authentication.
The VLAN ID for critical users requiring network access during AAA server failure.
The action to take when authentication fails: restricted VLAN, drop, or block.
The action to take when authentication times out: same as auth fail or critical VLAN.
The identifier of the switch port profile configuration applied to this port.
The RSTP (Rapid Spanning Tree Protocol) point-to-point MAC mode.
The flag indicating whether port security is enabled to restrict MAC addresses allowed on this port.
The maximum number of MAC addresses allowed when port security is enabled.
The name of the MAC based ACL (Access Control List) applied to this port for layer 2 filtering.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches/{switchId}/portSettings
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/{switchId}/portSettings
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/{switchId}/portSettings
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "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" } }
OK
- application/json
- application/vnd.ruckus.v1+json
The flag indicating whether this port is trusted for DHCP snooping, allowing DHCP server responses.
The flag indicating whether this port is trusted for ARP inspection, bypassing ARP validation.
The flag indicating whether this port is trusted for IPv6 DHCP snooping, bypassing DHCP validation.
The flag indicating whether this port is trusted for IPv6 ND (Neighbor Discovery) inspection, bypassing ND validation.
The flag indicating whether LLDP (Link Layer Discovery Protocol) is enabled on this port.
The flag indicating whether this port has PoE (Power over Ethernet) hardware capability.
The PoE (Power over Ethernet) class indicating the maximum power level supported by the connected device.
The PoE priority level for power allocation, with lower values indicating higher priority.
The flag indicating whether the port is administratively enabled for traffic forwarding.
The flag indicating whether the port is configured as a protected port, preventing communication with other protected ports.
The configured speed setting for the port, such as auto negotiation or specific speed values.
The set of port identifiers when performing batch operations on multiple ports.
The flag indicating whether this port is configured as an edge port in RSTP (Rapid Spanning Tree Protocol).
The RSTP (Rapid Spanning Tree Protocol) point-to-point MAC mode.
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.
The flag indicating whether STP (Spanning Tree Protocol) root guard is enabled to prevent the port from becoming a root port.
The ordered set of VLAN IDs configured as tagged VLANs on this port for 802.1Q trunking.
The set of LLDP (Link Layer Discovery Protocol) QoS (Quality of Service) configurations for network priority advertising.
The name of the Access Control List applied to ingress (incoming) traffic on this port.
The name of the Access Control List applied to egress (outgoing) traffic on this port.
The name of the IPv6 ACL applied to ingress traffic for virtual switch integration.
The name of the IPV6 ACL applied to egress traffic for virtual switch integration.
The comma separated list of custom tags assigned to this port for organization and filtering.
The MAC address of the switch to which this port belongs, used for UI identification.
{ "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" }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches/{switchId}/portSettings
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/{switchId}/portSettings
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/{switchId}/portSettings
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
[ "string" ]
OK
- application/json
- application/vnd.ruckus.v1+json
The flag indicating whether this port is trusted for DHCP snooping, allowing DHCP server responses.
The flag indicating whether this port is trusted for ARP inspection, bypassing ARP validation.
The flag indicating whether this port is trusted for IPv6 DHCP snooping, bypassing DHCP validation.
The flag indicating whether this port is trusted for IPv6 ND (Neighbor Discovery) inspection, bypassing ND validation.
The flag indicating whether LLDP (Link Layer Discovery Protocol) is enabled on this port.
The flag indicating whether this port has PoE (Power over Ethernet) hardware capability.
The PoE (Power over Ethernet) class indicating the maximum power level supported by the connected device.
The PoE priority level for power allocation, with lower values indicating higher priority.
The flag indicating whether the port is administratively enabled for traffic forwarding.
The flag indicating whether the port is configured as a protected port, preventing communication with other protected ports.
The configured speed setting for the port, such as auto negotiation or specific speed values.
The set of port identifiers when performing batch operations on multiple ports.
The flag indicating whether this port is configured as an edge port in RSTP (Rapid Spanning Tree Protocol).
The RSTP (Rapid Spanning Tree Protocol) point-to-point MAC mode.
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.
The flag indicating whether STP (Spanning Tree Protocol) root guard is enabled to prevent the port from becoming a root port.
The ordered set of VLAN IDs configured as tagged VLANs on this port for 802.1Q trunking.
The set of LLDP (Link Layer Discovery Protocol) QoS (Quality of Service) configurations for network priority advertising.
The name of the Access Control List applied to ingress (incoming) traffic on this port.
The name of the Access Control List applied to egress (outgoing) traffic on this port.
The name of the IPv6 ACL applied to ingress traffic for virtual switch integration.
The name of the IPV6 ACL applied to egress traffic for virtual switch integration.
The comma separated list of custom tags assigned to this port for organization and filtering.
The MAC address of the switch to which this port belongs, used for UI identification.
{ "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" }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches/portSettings
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/portSettings
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/portSettings
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
[ { "switchId": "string" } ]
OK
- application/json
- application/vnd.ruckus.v1+json
The flag indicating whether this port is trusted for DHCP snooping, allowing DHCP server responses.
The flag indicating whether this port is trusted for ARP inspection, bypassing ARP validation.
The flag indicating whether this port is trusted for IPv6 DHCP snooping, bypassing DHCP validation.
The flag indicating whether this port is trusted for IPv6 ND (Neighbor Discovery) inspection, bypassing ND validation.
The flag indicating whether LLDP (Link Layer Discovery Protocol) is enabled on this port.
The flag indicating whether this port has PoE (Power over Ethernet) hardware capability.
The PoE (Power over Ethernet) class indicating the maximum power level supported by the connected device.
The PoE priority level for power allocation, with lower values indicating higher priority.
The flag indicating whether the port is administratively enabled for traffic forwarding.
The flag indicating whether the port is configured as a protected port, preventing communication with other protected ports.
The configured speed setting for the port, such as auto negotiation or specific speed values.
The set of port identifiers when performing batch operations on multiple ports.
The flag indicating whether this port is configured as an edge port in RSTP (Rapid Spanning Tree Protocol).
The RSTP (Rapid Spanning Tree Protocol) point-to-point MAC mode.
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.
The flag indicating whether STP (Spanning Tree Protocol) root guard is enabled to prevent the port from becoming a root port.
The ordered set of VLAN IDs configured as tagged VLANs on this port for 802.1Q trunking.
The set of LLDP (Link Layer Discovery Protocol) QoS (Quality of Service) configurations for network priority advertising.
The name of the Access Control List applied to ingress (incoming) traffic on this port.
The name of the Access Control List applied to egress (outgoing) traffic on this port.
The name of the IPv6 ACL applied to ingress traffic for virtual switch integration.
The name of the IPV6 ACL applied to egress traffic for virtual switch integration.
The comma separated list of custom tags assigned to this port for organization and filtering.
The MAC address of the switch to which this port belongs, used for UI identification.
{ "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" }
- application/json
- application/vnd.ruckus.v1+json
List of port identifiers to be operated on (e.g., ['1/1/1', '1/1/2', '1/1/3']).
- RUCKUS One API host for North American region.https://api.ruckus.cloud/switches/portSettings
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/switches/portSettings
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/switches/portSettings
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
[ { "switchId": "string", "ports": [ … ] } ]
OK
- application/json
- application/vnd.ruckus.v1+json
The flag indicating whether this port is trusted for DHCP snooping, allowing DHCP server responses.
The flag indicating whether this port is trusted for ARP inspection, bypassing ARP validation.
The flag indicating whether this port is trusted for IPv6 DHCP snooping, bypassing DHCP validation.
The flag indicating whether this port is trusted for IPv6 ND (Neighbor Discovery) inspection, bypassing ND validation.
The flag indicating whether LLDP (Link Layer Discovery Protocol) is enabled on this port.
The flag indicating whether this port has PoE (Power over Ethernet) hardware capability.
The PoE (Power over Ethernet) class indicating the maximum power level supported by the connected device.
The PoE priority level for power allocation, with lower values indicating higher priority.
The flag indicating whether the port is administratively enabled for traffic forwarding.
The flag indicating whether the port is configured as a protected port, preventing communication with other protected ports.
The configured speed setting for the port, such as auto negotiation or specific speed values.
The set of port identifiers when performing batch operations on multiple ports.
The flag indicating whether this port is configured as an edge port in RSTP (Rapid Spanning Tree Protocol).
The RSTP (Rapid Spanning Tree Protocol) point-to-point MAC mode.
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.
The flag indicating whether STP (Spanning Tree Protocol) root guard is enabled to prevent the port from becoming a root port.
The ordered set of VLAN IDs configured as tagged VLANs on this port for 802.1Q trunking.
The set of LLDP (Link Layer Discovery Protocol) QoS (Quality of Service) configurations for network priority advertising.
The name of the Access Control List applied to ingress (incoming) traffic on this port.
The name of the Access Control List applied to egress (outgoing) traffic on this port.
The name of the IPv6 ACL applied to ingress traffic for virtual switch integration.
The name of the IPV6 ACL applied to egress traffic for virtual switch integration.
The comma separated list of custom tags assigned to this port for organization and filtering.
The MAC address of the switch to which this port belongs, used for UI identification.
{ "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" }