Skip to main content

Get MAC Address Status (v2.0)

GET 

/sdwan/v2.0/api/elements/:element_id/mac_addresses/status

List all the MAC address status for a tenant.

Request

Path Parameters

    element_id stringrequired

    The element ID.

Responses

Successful Operation

Schema
    element_id string

    The element ID.

    id string

    The MAC address state ID.

    mac_address_table MacAddressEntry[]

    Details of the MAC address entries.

  • Array [
  • mac_address string

    The MAC address.

    port string

    The switch port.

    type string

    Dynamic or Static.

    vlan int32

    The number of conncected VLANs.

  • ]
Loading...