Skip to main content

Get an Auto VPN cluster

GET 

/auto-vpn-clusters/:id

Get an existing Auto VPN clusters.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    id string

    UUID of the resource

    name string

    VPN cluster name

    enable_sdwan boolean

    Enable SD-WAN?

    type string

    Possible values: [hub-spoke]

    Default value: hub-spoke

    VPN cluster type (only hub-spoke is supported today)

    branches object[]

    Branches

  • Array [
  • name string

    Branch firewall serial number

    site string

    Site name

    logical_router string

    Router

    bgp_redistribution_profile string

    BGP redistribution profile

    interfaces object[]

    Possible values: <= 4

    Interfaces

  • Array [
  • name string

    Ethernet interface

    sdwan_link_settings object
    sdwan_interface_profile string

    SD-WAN interface profile

    upstream_nat object
    enable boolean

    Upstream NAT?

    static_ip object
    oneOf
    ip_address string

    IP address

    sdwan_gateway string

    Next hop gateway

  • ]
  • private_interfaces object[]

    Possible values: <= 4

    Private interfaces

  • Array [
  • name string

    Ethernet interface

    sdwan_link_settings object
    sdwan_interface_profile string

    SD-WAN interface profile

    upstream_nat object
    enable boolean

    Upstream NAT?

    static_ip object
    oneOf
    ip_address string

    IP address

    sdwan_gateway string

    Next hop gateway

  • ]
  • ]
  • gateways object[]

    Hubs

  • Array [
  • name string

    Hub firewall serial number

    site string

    Site name

    priority integer

    Possible values: >= 1 and <= 8

    Priority

    logical_router string

    Router

    bgp_redistribution_profile string

    BGP redistribution file

    allow_dia_vpn_failover boolean

    Allow DIA to VPN failover on branch device for the hub?

    interfaces object[]

    Interfaces

  • Array [
  • name string

    Ethernet interface

    sdwan_link_settings object
    sdwan_interface_profile string

    SD-WAN interface profile

    upstream_nat object
    enable boolean

    Upstream NAT?

    static_ip object
    oneOf
    ip_address string

    IP address

    sdwan_gateway string

    Next hop gateway

  • ]
  • private_interfaces object[]

    Private interfaces

  • Array [
  • name string

    Ethernet interface

    sdwan_link_settings object
    sdwan_interface_profile string

    SD-WAN interface profile

    upstream_nat object
    enable boolean

    Upstream NAT?

    static_ip object
    oneOf
    ip_address string

    IP address

    sdwan_gateway string

    Next hop gateway

  • ]
  • ]
Loading...