Skip to main content

Create a new host with connectors

Body parameter
{
  "name": "string",
  "description": "string",
  "internetAccess": "SPLIT_TUNNEL_ON",
  "domain": "string",
  "connectors": [
    {
      "name": "string",
      "description": "string",
      "vpnRegionId": "string"
    }
  ],
  "gatewaysIds": [
    "string"
  ]
}

Parameters

Name

In

Type

Required

Description

body

body

HostCreateRequest

true

none

» name

body

string

false

none

» description

body

string

false

none

» internetAccess

body

string

false

none

» domain

body

string

false

none

» connectors

body

[HostConnectorRequest]

false

none

»» name

body

string

false

none

»» description

body

string

false

none

»» vpnRegionId

body

string

false

none

» gatewaysIds

body

[string]

false

none

Enumerated Values

Parameter

Value

» internetAccess

SPLIT_TUNNEL_ON

» internetAccess

SPLIT_TUNNEL_OFF

» internetAccess

RESTRICTED_INTERNET

Responses

Status

Meaning

Description

Schema

201

Created

Created

HostResponse

To perform this operation, you must be authenticated by means of one of the following methods: oauth