List Policy
List Policy provides tools for listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-blindfold-list-policy-list | List secret policy. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace… | system |
policy_state | Policy_state… | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with List Policy resources:
List List Policys
Section titled “List List Policys”“List all list-policys in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/secret_management/namespaces/$${PARAM}/secret_policy/list_policy/${PARAM}" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"