Skip to main content

Update an IPsec tunnel

PUT 

/ipsec-tunnels/:id

Update an existing IPsec tunnel.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    name stringrequired

    Possible values: <= 63 characters

    Alphanumeric string begin with letter: [0-9a-zA-Z._-]

    auto_key objectrequired
    ike_gateway object[]required
  • Array [
  • name string
  • ]
  • ipsec_crypto_profile stringrequired
    proxy_id object[]

    IPv4 type of proxy_id values

  • Array [
  • name stringrequired
    local string
    remote string
    protocol object
    oneOf
    number integer

    Possible values: >= 1 and <= 254

    IP protocol number

  • ]
  • proxy_id_v6 object[]

    IPv6 type of proxy_id values

  • Array [
  • name stringrequired
    local string
    remote string
    protocol object
    oneOf
    number integer

    Possible values: >= 1 and <= 254

    IP protocol number

  • ]
  • anti_replay boolean

    Enable Anti-Replay check on this tunnel

    copy_tos boolean

    Copy IP TOS bits from inner packet to IPSec packet (not recommended)

    enable_gre_encapsulation boolean

    allow GRE over IPSec

    tunnel_monitor object
    enable boolean

    Default value: true

    Enable tunnel monitoring on this tunnel

    destination_ip stringrequired

    Destination IP to send ICMP probe

    proxy_id string

    Which proxy-id (or proxy-id-v6) the monitoring traffic will use

Responses

OK

Loading...