Skip to content

Secondary

Secondary provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-billingandusage-secondary-createMake payment method secondary.
ParameterDescriptionExample
nameName The name of the payment method object to be made secondary.example-resource
namespaceNamespace The namespace in which the payment method object is present.system

Ask Claude to help you work with Secondary resources:

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

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