Skip to main content

Tunnel Group Backends

Create Tunnel Group Backend

Create a new TunnelGroup backend

Request

POST /backends/tunnel_group

Example Request

Loading…

Parameters

NameTypeDescription
descriptionstringhuman-readable description of this backend. Optional
metadatastringarbitrary user-defined machine-readable data of this backend. Optional
labelsMap<string, string>labels to watch for tunnels on, e.g. app->foo, dc->bar

Response

Returns a 201 response on success

Example Response

Loading…

Fields

NameTypeDescription
idstringunique identifier for this TunnelGroup backend
uristringURI of the TunnelGroupBackend API resource
created_atstringtimestamp when the backend was created, RFC 3339 format
descriptionstringhuman-readable description of this backend. Optional
metadatastringarbitrary user-defined machine-readable data of this backend. Optional
labelsMap<string, string>labels to watch for tunnels on, e.g. app->foo, dc->bar
tunnelsReftunnels matching this backend

Ref fields

NameTypeDescription
idstringa resource identifier
uristringa uri for locating a resource

Delete Tunnel Group Backend

Delete a TunnelGroup backend by ID.

Request

DELETE /backends/tunnel_group/{id}

Example Request

Loading…

Response

Returns a 204 response with no body on success

Get Tunnel Group Backend

Get detailed information about a TunnelGroup backend by ID

Request

GET /backends/tunnel_group/{id}

Example Request

Loading…

Response

Returns a 200 response on success

Example Response

Loading…

Fields

NameTypeDescription
idstringunique identifier for this TunnelGroup backend
uristringURI of the TunnelGroupBackend API resource
created_atstringtimestamp when the backend was created, RFC 3339 format
descriptionstringhuman-readable description of this backend. Optional
metadatastringarbitrary user-defined machine-readable data of this backend. Optional
labelsMap<string, string>labels to watch for tunnels on, e.g. app->foo, dc->bar
tunnelsReftunnels matching this backend

Ref fields

NameTypeDescription
idstringa resource identifier
uristringa uri for locating a resource

List Tunnel Group Backends

List all TunnelGroup backends on this account

Request

GET /backends/tunnel_group

Example Request

Loading…

Response

Returns a 200 response on success

Example Response

Loading…

Fields

NameTypeDescription
backendsTunnelGroupBackendthe list of all TunnelGroup backends on this account
uristringURI of the TunnelGroup backends list API resource
next_page_uristringURI of the next page, or null if there is no next page

TunnelGroupBackend fields

NameTypeDescription
idstringunique identifier for this TunnelGroup backend
uristringURI of the TunnelGroupBackend API resource
created_atstringtimestamp when the backend was created, RFC 3339 format
descriptionstringhuman-readable description of this backend. Optional
metadatastringarbitrary user-defined machine-readable data of this backend. Optional
labelsMap<string, string>labels to watch for tunnels on, e.g. app->foo, dc->bar
tunnelsReftunnels matching this backend

Ref fields

NameTypeDescription
idstringa resource identifier
uristringa uri for locating a resource

Update Tunnel Group Backend

Update TunnelGroup backend by ID

Request

PATCH /backends/tunnel_group/{id}

Example Request

Loading…

Parameters

NameTypeDescription
idstring
descriptionstringhuman-readable description of this backend. Optional
metadatastringarbitrary user-defined machine-readable data of this backend. Optional
labelsMap<string, string>labels to watch for tunnels on, e.g. app->foo, dc->bar

Response

Returns a 200 response on success

Example Response

Loading…

Fields

NameTypeDescription
idstringunique identifier for this TunnelGroup backend
uristringURI of the TunnelGroupBackend API resource
created_atstringtimestamp when the backend was created, RFC 3339 format
descriptionstringhuman-readable description of this backend. Optional
metadatastringarbitrary user-defined machine-readable data of this backend. Optional
labelsMap<string, string>labels to watch for tunnels on, e.g. app->foo, dc->bar
tunnelsReftunnels matching this backend

Ref fields

NameTypeDescription
idstringa resource identifier
uristringa uri for locating a resource