Skip to content

Set VPC K8S Hostname

Set VPC K8S Hostname provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-sites-set-vpc-k8s-hostname-createConfigure VPC K8s hostnames.
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 K8S Hostname resources:

“Create a set-vpc-k8s-hostname named ‘example’ in the ‘production’ namespace”

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