Get Site WAN Interface Status (v2.1)
GET/sdwan/v2.1/api/sites/:site_id/waninterfaces/:wan_interface_id/status
Get the status of a specific site wan interface.
Request
Path Parameters
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
- 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...