Node
Node provides tools for creating, and listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-sites-node-create | Site Node Query. |
f5xc-api-sites-node-list | Namespace List. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace namespace is used to scope the application traffic to a given namespace. | system |
site | Site Site name. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Node resources:
Create Node
Section titled “Create Node”“Create a node named ‘example’ in the ‘production’ namespace”
List Nodes
Section titled “List Nodes”“List all nodes in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/system/site/${PARAM}/api/v1/nodes" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resourcecurl -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