Skip to main content

List IPsec tunnels

GET 

/ipsec-tunnels

Retrieve a list of IPsec tunnels.

Request

Query Parameters

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    offset number

    Default value: 0

    The offset into the list of results returned

    limit number

    Default value: 200

    The maximum number of results per page

Responses

OK

Schema
    data object[]
  • Array [
  • id string

    UUID of the resource

    name stringrequired

    Possible values: <= 63 characters

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

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

    IPv4 type of proxy_id values

  • Array [
  • name stringrequired
    local string
    remote string
    protocol object
    oneOf
    number integer

    Possible values: >= 1 and <= 254

    IP protocol number

  • ]
  • proxy_id_v6 object[]

    IPv6 type of proxy_id values

  • Array [
  • name stringrequired
    local string
    remote string
    protocol object
    oneOf
    number integer

    Possible values: >= 1 and <= 254

    IP protocol number

  • ]
  • anti_replay boolean

    Enable Anti-Replay check on this tunnel

    copy_tos boolean

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

    enable_gre_encapsulation boolean

    allow GRE over IPSec

    tunnel_monitor object
    enable boolean

    Default value: true

    Enable tunnel monitoring on this tunnel

    destination_ip stringrequired

    Destination IP to send ICMP probe

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