Skip to content

Match

Match provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-statistics-match-createGet Alert Policy Match.
ParameterDescriptionExample
namespaceNamespace…system

Ask Claude to help you work with Match resources:

“Create a match named ‘example’ in the ‘production’ namespace”

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