Skip to main content

Get Element WAN Interface Status (v2.1)

Get the status of the elemant WAN interface.

Path Parameters
  • tenant_id string required

    The tenant ID.

  • site_id string required

    ID of the site. More details on the site can be retrieved by querying the sites API.

  • element_id string required

    ID of the element.

  • wan_interface_id string required

    ID of the WAN interface.

Responses

Successful Operation


Schema
  • disabled boolean

    List the element wan interfaces in a disabled state.

  • disabled_reason string

    List the reason for the disabled state.

  • element_id string

    Element Id

  • id string

    The ID.

  • inactive boolean

    Inactive

  • inactive_reason string

    List the reason for inactive state.

  • operational boolean

    List the element wan interfaces that are operational.

  • region string

    List the region of the element.

  • site_id string required

    The ID of the site.

  • site_wan_interface_id string

    The ID of the site wan interface.

  • tenant_id string required

    Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)

Loading...