Skip to main content

Create an Auto VPN cluster

POST 

/auto-vpn-clusters

Create a new Auto VPN cluster.

Request

Body

Created

    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

  • ]
  • ]

Responses

Created

Loading...