Skip to content

Set VPC IP Prefixe

Set VPC IP Prefixe provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-sites-set-vpc-ip-prefixe-createConfigure VPC IP prefixes.
ParameterDescriptionExample
nameName Name of the object to be configured.example-resource
namespaceNamespace Namespace for the object to be configured.system

Ask Claude to help you work with Set VPC IP Prefixe resources:

“Create a set-vpc-ip-prefixe named ‘example’ in the ‘production’ namespace”

Terminal window
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/aws_tgw_site/$${PARAM}/set_vpc_ip_prefixes" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @set_vpc_ip_prefixe.json