Skip to content
Start here

Subnets

List Subnets
GET/accounts/{account_id}/zerotrust/subnets

SubnetsWARP

Create WARP IP subnet
POST/accounts/{account_id}/zerotrust/subnets/warp
Get WARP IP subnet
GET/accounts/{account_id}/zerotrust/subnets/warp/{subnet_id}
Update WARP IP subnet
PATCH/accounts/{account_id}/zerotrust/subnets/warp/{subnet_id}
Delete WARP IP subnet
DELETE/accounts/{account_id}/zerotrust/subnets/warp/{subnet_id}
ModelsExpand Collapse
Subnet { id, comment, created_at, 5 more }
id: optional string

The UUID of the subnet.

formatuuid
comment: optional string

An optional description of the subnet.

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
is_default_network: optional boolean

If true, this is the default subnet for the account. There can only be one default subnet per account.

name: optional string

A user-friendly name for the subnet.

network: optional string

The private IPv4 or IPv6 range defining the subnet, in CIDR notation.

subnet_type: optional "cloudflare_source" or "warp"

The type of subnet.

One of the following:
"cloudflare_source"
"warp"
WARPDeleteResponse { id, comment, created_at, 5 more }
id: optional string

The UUID of the subnet.

formatuuid
comment: optional string

An optional description of the subnet.

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
is_default_network: optional boolean

If true, this is the default subnet for the account. There can only be one default subnet per account.

name: optional string

A user-friendly name for the subnet.

network: optional string

The private IPv4 or IPv6 range defining the subnet, in CIDR notation.

subnet_type: optional "cloudflare_source" or "warp"

The type of subnet.

One of the following:
"cloudflare_source"
"warp"

SubnetsCloudflare Source

Update Cloudflare Source Subnet
PATCH/accounts/{account_id}/zerotrust/subnets/cloudflare_source/{address_family}