Skip to main content

Create IKE gateways

POST 

/sse/config/v1/ike-gateways

Create an IKE gateway.

Request

Query Parameters

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Body

The ike gateway you want to create

    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

Created

Loading...