Skip to main content

Edit a ike gateway.

PUT 

/sse/config/v1/ike-gateways/:id

Modify a ike gateway.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

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 stringrequired

    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 objectrequired
    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]

    nat_traversal object
    enable boolean
    passive_mode boolean

Responses

Ok

Loading...