Skip to content

Matching Flow

Matching Flow provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-statistics-matching-flow-createShow Matching Flows.
ParameterDescriptionExample
namespaceNamespace Namespace for which the request is sent (system)system
siteSite Name Name of the site from which flows are requested.-

This resource includes mutually exclusive configuration options:

OptionDescriptionRecommended
external_serviceExternal service
intfIntf
podPod
vnVn
vn_typeVn type

Ask Claude to help you work with Matching Flow resources:

“Create a matching-flow named ‘example’ in the ‘production’ namespace”

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