Skip to content

Eval Query

Eval Query provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-aiservices-eval-query-createEval AI Assistant Query.
ParameterDescriptionExample
namespaceNamespace Namespace of the HTTP Load Balancer for current request.system

Ask Claude to help you work with Eval Query resources:

“Create a eval-query named ‘example’ in the ‘production’ namespace”

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