Skip to content

Decrypt Secret

Decrypt Secret provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-blindfold-decrypt-secret-createDecryptSecret.

Ask Claude to help you work with Decrypt Secret resources:

“Create a decrypt-secret named ‘example’ in the ‘production’ namespace”

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