Skip to main content

Get an IKE gateway

Get an IKE gateway.

Path Parameters
  • id string required

    The resource's unique identifier.

Query Parameters
  • folder string required

    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.

Responses

Get the ike gateway by id.


Schema
  • Array [
  • authentication object required
  • oneOf

  • pre_shared_key object
  • key string
  • id string

    uuid of the resource

  • 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
  • ]
  • Loading...