Skip to content

Reapply Config

Reapply Config provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-cloudinfrastructure-reapply-config-createCloudLink.
ParameterDescriptionExample
nameName Name of Cloud Link.example-resource

Ask Claude to help you work with Reapply Config resources:

“Create a reapply-config named ‘example’ in the ‘production’ namespace”

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