Add subnets to a Private Network
Add new subnets to an existing Private Network.
path Parameters
regionThe region you want to target
private_network_idPrivate Network ID. (UUID format)
Add subnets to a Private Network › Request Body
subnetsPrivate Network subnets CIDR. (IP network)
Add subnets to a Private Network › Responses
subnets(IP network)
Delete subnets from a Private Network
Delete the specified subnets from a Private Network.
path Parameters
regionThe region you want to target
private_network_idPrivate Network ID. (UUID format)
Delete subnets from a Private Network › Request Body
subnetsPrivate Network subnets CIDR. (IP network)
Delete subnets from a Private Network › Responses
subnets(IP network)
List subnets
List any Private Network's subnets. See ListPrivateNetworks to list a specific Private Network's subnets.
path Parameters
regionThe region you want to target
query Parameters
order_bySort order of the returned subnets.
pagePage number to return, from the paginated results.
page_sizeMaximum number of Private Networks to return per page.
organization_idOrganization ID to filter for. Only subnets belonging to this Organization will be returned. (UUID format)
project_idProject ID to filter for. Only subnets belonging to this Project will be returned. (UUID format)
subnet_idsSubnet IDs to filter for. Only subnets matching the specified IDs will be returned.
vpc_idVPC ID to filter for. Only subnets belonging to this VPC will be returned. (UUID format)
List subnets › Responses
total_count