Skip to main content

Update an IKE gateway

PUT 

/ike-gateways/:id

Update an IKE gateway.

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._-]

    authentication object required
    oneOf
    pre_shared_key object
    key password
    peer_id object
    type

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

    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

    local_id object
    type string
    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

    protocol objectrequired
    ikev1 object
    ike_crypto_profile string
    dpd object
    enable boolean
    ikev2 object
    ike_crypto_profile string
    dpd object
    enable boolean
    version

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

    Default value: ikev2-preferred

    protocol_common object
    nat_traversal object
    enable boolean
    passive_mode boolean
    fragmentation object
    enable

    Possible values: [false]

    peer_address object required
    oneOf
    ip string

    peer gateway has static IP address

Responses

OK

Loading...