Skip to main content

List IPSec tunnels

Retrieve IPSec tunnels.

Query Parameters
  • limit number

    The maximum number of result objects to return per page.

  • offset number

    The offset of the result entry.

  • name string

    The name of the entry.

  • 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

List of ipsec tunnels


Schema
  • data object[]
  • Array [
  • anti_replay boolean

    Enable Anti-Replay check on this tunnel

  • auto_key object required
  • ike_gateway object[] required
  • Array [
  • name string
  • ]
  • ipsec_crypto_profile string required
  • proxy_id object[]

    IPv4 type of proxy_id values

  • Array [
  • local string
  • name string required
  • protocol object
  • oneOf

  • number integer

    Possible values: >= 1 and <= 254

    IP protocol number

  • remote string
  • ]
  • proxy_id_v6 object[]

    IPv6 type of proxy_id values

  • Array [
  • local string
  • name string required
  • protocol object
  • oneOf

  • number integer

    Possible values: >= 1 and <= 254

    IP protocol number

  • remote string
  • ]
  • copy_tos boolean

    Default value: false

    Copy IP TOS bits from inner packet to IPSec packet (not recommended)

  • enable_gre_encapsulation boolean

    Default value: false

    allow GRE over IPSec

  • id string

    uuid of the resource

  • name string required

    Possible values: <= 63 characters

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

  • tunnel_monitor object
  • destination_ip string required

    Destination IP to send ICMP probe

  • enable boolean

    Default value: true

    Enable tunnel monitoring on this tunnel

  • proxy_id string

    Which proxy-id (or proxy-id-v6) the monitoring traffic will use

  • ]
  • limit number

    Default value: 200

  • offset number

    Default value: 0

  • total number
  • Loading...