Skip to main content

Get Anynet Link (v2.0)

GET 

/sdwan/v2.0/api/sites/:site_id/anynetlinks/:anynet_id

Get the anynet link.

Request

Path Parameters

    site_id stringrequired

    ID of the site.

    anynet_id stringrequired

    The AnynetID.

Responses

Successful Operation

Schema
    anynet_link_id string

    The anynet link ID..

    description

    The anynet link description. Max size = 256.

    id string

    The ID.

    network string

    Network

    path_id string

    Path Id

    source_node_id string

    The source node ID.

    source_wan_network string

    The source WAN network.

    source_wan_nw_id string

    The The source WAN network ID.

    source_wan_path_id string

    Source Wan Path Id

    state string

    State

    status string

    The status of the link.

    sub_type string

    Sub Type

    target_node_id string

    The target node ID.

    target_wan_network string

    The target WAN network.

    target_wan_nw_id string

    The The target WAN network ID.

    target_wan_path_id string

    Target Wan Path Id

    type string

    Anynet link type.

    vpnlinks string[]

    The VPN links info.

    wan_nw_id string

    The WAN network ID.

Loading...