Skip to main content

Edit a ike gateway.

Modify a ike gateway.

Path Parameters
  • id string required

    The resource's unique identifier.

Request Body

The ike gateway you want to edit

  • authentication object required
  • oneOf

  • pre_shared_key object
  • key string
  • local_id object
  • id string

    Possible values: non-empty and <= 1024 characters, Value must match regular expression ^(.+\@[a-zA-Z0-9.-]+)$|^([$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$

    Local ID string

  • type string
  • name string required

    Possible values: <= 63 characters

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

  • peer_address object required
  • oneOf

  • ip string

    peer gateway has static IP address

  • peer_id object
  • id string

    Possible values: non-empty and <= 1024 characters, Value must match regular expression ^(.+\@[\*a-zA-Z0-9.-]+)$|^([\*$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$

    Peer ID string

  • type string

    Possible values: [ipaddr, keyid, fqdn, ufqdn]

  • protocol object required
  • ikev1 object
  • dpd object
  • enable boolean
  • ike_crypto_profile string
  • ikev2 object
  • dpd object
  • enable boolean
  • ike_crypto_profile string
  • version string

    Possible values: [ikev2-preferred, ikev1, ikev2]

    Default value: ikev2-preferred

  • protocol_common object
  • fragmentation object
  • enable boolean

    Possible values: [false]

    Default value: false

  • nat_traversal object
  • enable boolean
  • passive_mode boolean
  • Responses

    Ok

    Loading...