Skip to main content

Get VLAN Port to Switch Port Mapping (v2.0)

GET 

/sdwan/v2.0/api/sites/:site_id/elements/:element_id/vlan_port_members

Get VLAN port to switch port mapping information for an element.

Request

Path Parameters

    site_id stringrequired

    The site ID.

    element_id stringrequired

    The element ID.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items VlanPortSwitchPorts[]
  • Array [
  • admin_state string

    The admin state of the VLAN ports.

    id string

    The ID of the VLAN port.

    ports SwitchPort[]

    The details of the switch ports.

  • Array [
  • admin_state string

    The admin state of the switch port.

    id string

    The ID of the switch port.

    name string

    The name of the switch port.

    type string

    The type of switch port.

  • ]
  • vlan_id integer

    The VLAN ID.

    vlan_name string

    The name of the VLAN port.

    voice_enabled boolean

    Value = True/False.

  • ]
Loading...