Skip to main content

Get Site WAN Interface Status (v2.1)

GET 

/v2.1/api/tenants/:tenant_id/sites/:site_id/waninterfaces/:wan_interface_id/status

Get the status of a specific site wan interface.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_id stringrequired

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

    wan_interface_id stringrequired

    ID of the WAN interface.

Responses

Successful Operation

Schema
    id string

    The ID of the WAN interface.

    operational_state boolean

    The operational state of the site WAN interface.

Loading...