Skip to main content

Update Anynet Link (v3.3)

PUT 

/v3.3/api/tenants/:tenant_id/anynetlinks/:anynet_id

Update the anynet link.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    anynet_id stringrequired

    The anynet ID.

Body

    admin_up boolean

    The interface admin state.

    description

    The anynet link description. Max size = 256.

    ep1_site_id string

    Ep1 Site Id

    ep1_wan_if_id string

    Ep1 Wan If Id

    ep2_site_id string

    Ep2 Site Id

    ep2_wan_if_id string

    Ep2 Wan If Id

    forced boolean

    Forced

    id string

    The anynet link ID.

    name string

    The anynet link name. Max size = 128.

    tags string[]

    A information field that can be added to identify the anynet link. Maximum 10 unique tags of length 1024 each are allowed.

    tenant_id string

    The active user tenant ID.

    type string

    Possible values: [AUTO, MANUAL, AUTO_PRIVATE, MANUAL_PRIVATE, AUTO_SASE]

    Anynet link type.

    vpnlink_configuration VPNLinkConfiguration

    The configuration of the VPN link.

    keep_alive_failure_count integerrequired

    The VPN keep alive failure count (must be between 3 and 30).

    keep_alive_interval integerrequired

    The VPN keep alive timeout interval (must be between 100ms-1740,000ms).

Responses

Successful Operation

Schema
    admin_up boolean

    The interface admin state.

    description

    The anynet link description. Max size = 256.

    disabled boolean

    Disabled

    disabled_reason string

    Disabled Reason: Size(max = 5000, DISABLED_REASON_INVALID_0001, min = 0)

    ep1_site_id string

    Ep1 Site Id

    ep1_site_role string

    Possible values: [NONE, HUB, SPOKE, PA_WE_BR, PA_WE_DC, PA_CONN]

    Ep1 Site Role

    ep1_wan_interface_id string

    Ep1 Wan Interface Id

    ep2_site_id string

    Ep2 Site Id

    ep2_site_role string

    Possible values: [NONE, HUB, SPOKE, PA_WE_BR, PA_WE_DC, PA_CONN]

    Ep2 Site Role

    ep2_wan_interface_id string

    Ep2 Wan Interface Id

    id string

    The anynet link ID.

    inactive boolean

    Inactive

    inactive_reason string

    Inactive Reason: Size(max = 5000, INACTIVE_REASON_INVALID_0001, min = 0)

    name string

    The anynet link name. Max size = 128.

    region string

    Region

    site_id stringrequired

    Site Id: Digits(fraction = 0, integer = 50, SITEID_INVALID) NotNull

    tags string[]

    A information field that can be added to identify the anynet link. Maximum 10 unique tags of length 1024 each are allowed.

    target_serviceendpoint_id string

    Target Serviceendpoint Id

    tenant_id stringrequired

    The active user tenant ID.

    type string

    Possible values: [AUTO, MANUAL, AUTO_PRIVATE, MANUAL_PRIVATE, AUTO_SASE]

    Anynet link type.

    vpnlink_configuration VPNLinkConfiguration

    The configuration of the VPN link.

    keep_alive_failure_count integerrequired

    The VPN keep alive failure count (must be between 3 and 30).

    keep_alive_interval integerrequired

    The VPN keep alive timeout interval (must be between 100ms-1740,000ms).

Loading...