Skip to content

Image

Image provides tools for listing, updating, and deleting resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-tenantandidentity-image-listTenant profile image.
f5xc-api-tenantandidentity-image-updateUpdate tenant profile image.
f5xc-api-tenantandidentity-image-deleteDelete tenant profile image.

Ask Claude to help you work with Image resources:

“List all images in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/system/tenant/settings/tenant/image" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Delete resource
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/system/tenant/settings/tenant/image" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"