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
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
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)
{
"disabled": true,
"disabled_reason": "string",
"element_id": "string",
"id": "string",
"inactive": true,
"inactive_reason": "string",
"operational": true,
"region": "string",
"site_id": "string",
"site_wan_interface_id": "string",
"tenant_id": "string"
}
Loading...