Skip to content

Node

Node provides tools for creating, and listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-sites-node-createSite Node Query.
f5xc-api-sites-node-listNamespace List.
ParameterDescriptionExample
namespaceNamespace namespace is used to scope the application traffic to a given namespace.system
siteSite Site name.-

Ask Claude to help you work with Node resources:

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

“List all nodes in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/system/site/${PARAM}/api/v1/nodes" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/$${PARAM}/graph/site/node" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @node.json