Skip to main content

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

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

Path Parameters
    tenant_id string required

    The tenant ID.

    site_id string required

    The site ID.

    element_id string required

    The element ID.

Responses

Successful Operation


Schema
    count int32

    The number of responses.

    id string

    The ID of the response.

    tenant_id string

    The ID of the tenant.

    items SwitchPortVlanPorts[]
  • Array [
  • admin_state string

    The admin state of the switch ports.

    id string

    The ID of the switch port.

    name string

    The name of the switch port.

    type string

    The type of switch port.

    vlans VlanPort[]

    The details of the VLANs ports.

  • Array [
  • admin_state string

    The admin state of the VLAN ports.

    id string

    The ID of the VLAN port.

    name string

    The name of the VLAN port.

    vlan_id integer

    The VLAN ID.

    voice_enabled boolean

    Value = True/False.

  • ]
  • ]
Loading...