POST
Stage a peer route

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Headers

X-Workspace-Id
string

Workspace ID (uses default workspace if not provided)

Path Parameters

uuid
string
required

VPC UUID

Body

application/json

Stage a peer route

cidr
string
required

IPv4 range on the far side, e.g. 192.168.10.0/24. Unique within the VPC.

gateway_kind
enum<string>
required

Terminator the range sits behind. In practice only cloudflare and tailscale need a route: WireGuard's client pool and an IPsec connection's remote selectors are derived from the gateways themselves and added automatically.

Available options:
wireguard,
cloudflare,
ipsec,
tailscale,
egress
description
string

Free-text note, e.g. what lives in that range

Response

Stage a peer route

Api_V1_Entities_VpcPeerRoute model

uuid
string
required

Unique route identifier

cidr
string
required

IPv4 range reachable through the gateway

gateway_kind
string
required

Terminator the range sits behind: cloudflare or tailscale

description
string
required

Free-text note

status
string
required

pending until applied, then applied or failed

created_at
string<date-time>
required

Creation timestamp