Fleet provides tools for creating, listing, retrieving, updating, and deleting resources in F5 Distributed Cloud.
| Tool | Description |
|---|
f5xc-api-cemanagement-fleet-create | Create Fleet. |
f5xc-api-cemanagement-fleet-get | Get Fleet. |
f5xc-api-cemanagement-fleet-list | List Fleet. |
f5xc-api-cemanagement-fleet-update | Update Fleet. |
f5xc-api-cemanagement-fleet-delete | Delete Fleet. |
| 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.bond_device_list | Bond device list | |
spec.no_bond_devices | No bond devices | |
| Option | Description | Recommended |
|---|
spec.dc_cluster_group | Dc cluster group | |
spec.dc_cluster_group_inside | Dc cluster group inside | |
spec.no_dc_cluster_group | No dc cluster group | |
| Option | Description | Recommended |
|---|
spec.disable_gpu | Disable gpu | |
spec.enable_gpu | Enable gpu | |
spec.enable_vgpu | Enable vgpu | |
| Option | Description | Recommended |
|---|
spec.default_config | Default config | |
spec.device_list | Device list | |
spec.interface_list | Interface list | |
| Option | Description | Recommended |
|---|
spec.log_receiver | Log receiver | |
spec.logs_streaming_disabled | Logs streaming disabled | |
| Option | Description | Recommended |
|---|
spec.default_sriov_interface | Default sriov interface | |
spec.sriov_interfaces | Sriov interfaces | |
| Option | Description | Recommended |
|---|
spec.default_storage_class | Default storage class | |
spec.storage_class_list | Storage class list | |
| Option | Description | Recommended |
|---|
spec.no_storage_device | No storage device | |
spec.storage_device_list | Storage device list | |
| Option | Description | Recommended |
|---|
spec.no_storage_interfaces | No storage interfaces | |
spec.storage_interface_list | Storage interface list | |
| Option | Description | Recommended |
|---|
spec.no_storage_static_routes | No storage static routes | |
spec.storage_static_routes | Storage static routes | |
| 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 Fleet resources:
“Create a fleet named ‘example’ in the ‘production’ namespace”
“List all fleets in the ‘production’ namespace”
“Get details of the fleet named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/fleets" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/fleets/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/fleets" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/fleets/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"