Get Public Key
Get Public Key provides tools for listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-blindfold-get-public-key-list | Public Key. |
Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
key_version | The version of public key. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Get Public Key resources:
List Get Public Keys
Section titled “List Get Public Keys”“List all get-public-keys in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/secret_management/get_public_key" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"