Skip to content

Query Feedback

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

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

Ask Claude to help you work with Query Feedback resources:

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

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