Skip to content

Create

Create provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-users-create-createCreate.
ParameterDescriptionExample
namespaceNamespace Namespace in which to create the label.system

Ask Claude to help you work with Create resources:

“Create a create named ‘example’ in the ‘production’ namespace”

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