Get Anynet Link (v3.3)
GET/v3.3/api/tenants/:tenant_id/anynetlinks/:anynet_id
Get the anynet link.
Request
Path Parameters
ID of the tenant.
The anynet ID.
Responses
- 200
- 404
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
The interface admin state.
The anynet link ID..
Cost
The anynet link description. Max size = 256.
The element interface ID.
The element ID.
The ID.
In Use
The anynet link name. Max size = 128.
Network
Path Id
Sep Id
Sep Name
The name of the source circuit.
The source element ID.
The source node ID.
The source site name.
The source WAN ID.
The source WAN network.
The The source WAN network ID.
The status of the link.
Sub Type
A information field that can be added to identify the anynet link. Maximum 10 unique tags of length 1024 each are allowed.
The target circuit name.
The target element ID.
The target node ID.
The target site name.
The target WAN ID.
The target WAN network.
The The target WAN network ID.
The active user tenant ID.
Anynet link type.
vpnlink_configuration VPNLinkConfiguration
The configuration of the VPN link.
The VPN keep alive failure count (must be between 3 and 30).
The VPN keep alive timeout interval (must be between 100ms-1740,000ms).
The VPN links info.
The WAN ID.
The WAN network ID.
The WAN network name.
{
"admin_up": true,
"anynet_link_id": "string",
"cost": 0,
"elem_interface_id": "string",
"element_id": "string",
"id": "string",
"in_use": true,
"name": "string",
"network": "string",
"path_id": "string",
"sep_id": "string",
"sep_name": "string",
"source_circuit_name": "string",
"source_elem_if_id": "string",
"source_node_id": "string",
"source_site_name": "string",
"source_wan_if_id": "string",
"source_wan_network": "string",
"source_wan_nw_id": "string",
"status": "string",
"sub_type": "string",
"tags": [
"string"
],
"target_circuit_name": "string",
"target_elem_if_id": "string",
"target_node_id": "string",
"target_site_name": "string",
"target_wan_if_id": "string",
"target_wan_network": "string",
"target_wan_nw_id": "string",
"tenant_id": "string",
"type": "string",
"vpnlink_configuration": {
"keep_alive_failure_count": 0,
"keep_alive_interval": 0
},
"vpnlinks": [
"string"
],
"wan_if_id": "string",
"wan_nw_id": "string",
"wan_nw_name": "string"
}
not found