Skip to content

Push

Push provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-servicemesh-push-createAdd Override.
ParameterDescriptionExample
app_type_nameApp Type App Type for current request.-
namespaceNamespace Namespace of the App type for current request.system

Ask Claude to help you work with Push resources:

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

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