Decrypt Secret
Decrypt Secret provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-blindfold-decrypt-secret-create | DecryptSecret. |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Decrypt Secret resources:
Create Decrypt Secret
Section titled “Create Decrypt Secret”“Create a decrypt-secret named ‘example’ in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# Create resourcecurl -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