Voltstack Site provides tools for creating, listing, retrieving, updating, and deleting resources in F5 Distributed Cloud.
| Tool | Description |
|---|
f5xc-api-sites-voltstack-site-create | Create App Stack site. |
f5xc-api-sites-voltstack-site-get | Get App Stack site. |
f5xc-api-sites-voltstack-site-list | List Configure App Stack Site. |
f5xc-api-sites-voltstack-site-update | Update App Stack site. |
f5xc-api-sites-voltstack-site-delete | Delete Configure App Stack Site. |
| Parameter | Description | Example |
|---|
namespace | Namespace This defines the workspace within which each the configuration object is to be created. | system |
name | Name The name of the configuration object to be fetched. | example-resource |
| Parameter | Description | Example |
|---|
response_format | The format in which the configuration object is to be fetched. This could be for example - in GetSpec form for the contents of object… | GET_RSP_FORMAT_DEFAULT |
label_filter | A LabelSelectorType expression that every item in list response will satisfy. | - |
report_fields | The report_fields parameter… | - |
report_status_fields | The report_status_fields parameter… | - |
This resource includes mutually exclusive configuration options:
| Option | Description | Recommended |
|---|
spec.blocked_services | Blocked services | |
spec.default_blocked_services | Default blocked services | |
| Option | Description | Recommended |
|---|
spec.bond_device_list | Bond device list | |
spec.no_bond_devices | No bond devices | |
| Option | Description | Recommended |
|---|
spec.disable_gpu | Disable gpu | |
spec.enable_gpu | Enable gpu | |
spec.enable_vgpu | Enable vgpu | |
| Option | Description | Recommended |
|---|
spec.k8s_cluster | K8s cluster | |
spec.no_k8s_cluster | No k8s cluster | |
| Option | Description | Recommended |
|---|
spec.local_control_plane | Local control plane | |
spec.no_local_control_plane | No local control plane | |
| Option | Description | Recommended |
|---|
spec.log_receiver | Log receiver | |
spec.logs_streaming_disabled | Logs streaming disabled | |
| Option | Description | Recommended |
|---|
spec.custom_network_config | Custom network config | |
spec.default_network_config | Default network config | |
| Option | Description | Recommended |
|---|
spec.default_sriov_interface | Default sriov interface | |
spec.sriov_interfaces | Sriov interfaces | |
| Option | Description | Recommended |
|---|
spec.custom_storage_config | Custom storage config | |
spec.default_storage_config | Default storage config | |
| Option | Description | Recommended |
|---|
spec.allow_all_usb | Allow all usb | |
spec.deny_all_usb | Deny all usb | |
spec.usb_policy | Usb policy | |
| Option | Description | Recommended |
|---|
spec.disable_vm | Disable vm | |
spec.enable_vm | Enable vm | |
Ask Claude to help you work with Voltstack Site resources:
“Create a voltstack-site named ‘example’ in the ‘production’ namespace”
“List all voltstack-sites in the ‘production’ namespace”
“Get details of the voltstack-site named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/voltstack_sites" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/voltstack_sites/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/voltstack_sites" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/voltstack_sites/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"