Skip to content

Recover

Recover provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-blindfold-recover-createRecover secret policy with given policy name.
ParameterDescriptionExample
nameName…example-resource
namespaceNamespace…system

Ask Claude to help you work with Recover resources:

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

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