Skip to content

Move To Inventory

Move To Inventory provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-api-move-to-inventory-createMove To API Inventory.
ParameterDescriptionExample
nameName The name of the API Definition for the current request.example-resource
namespaceNamespace The namespace of the API Definition for the current request.system

Ask Claude to help you work with Move To Inventory resources:

“Create a move-to-inventory named ‘example’ in the ‘production’ namespace”

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