Skip to content

Template

Template provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-shape-template-getTemplate Connector.
ParameterDescriptionExample
nameApplication Name Protected application name.example-resource
namespaceNamespace namespace is used to scope the query.system

Ask Claude to help you work with Template resources:

“Get details of the template named ‘example’ in namespace ‘production‘“

Terminal window
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/shape/bot/namespaces/$${PARAM}/protected_applications/$${PARAM}/template" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"