Get Site WAN Interface Status (v2.1)
Get the status of a specific site 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.
wan_interface_id string required
ID of the WAN interface.
Responses
- 200
Successful Operation
application/json
Schema
Example (from schema)
Schema
id string
The ID of the WAN interface.
operational_state boolean
The operational state of the site WAN interface.
{
"id": "string",
"operational_state": true
}
Loading...