Skip to content
Start here

Hostname Routes

List hostname routes
GET/accounts/{account_id}/zerotrust/routes/hostname
Get hostname route
GET/accounts/{account_id}/zerotrust/routes/hostname/{hostname_route_id}
Create hostname route
POST/accounts/{account_id}/zerotrust/routes/hostname
Update hostname route
PATCH/accounts/{account_id}/zerotrust/routes/hostname/{hostname_route_id}
Delete hostname route
DELETE/accounts/{account_id}/zerotrust/routes/hostname/{hostname_route_id}
ModelsExpand Collapse
HostnameRoute = object { id, comment, created_at, 4 more }
id: optional string

The hostname route ID.

formatuuid
comment: optional string

An optional description of the hostname route.

created_at: optional string

Timestamp of when the resource was created.

formatdate-time
deleted_at: optional string

Timestamp of when the resource was deleted. If null, the resource has not been deleted.

formatdate-time
hostname: optional string

The hostname of the route.

tunnel_id: optional string

UUID of the tunnel.

formatuuid
maxLength36
tunnel_name: optional string

A user-friendly name for a tunnel.