servers
List secrets
List secret names. Values are not returned.
get/servers/{qualifiedName}/secrets
Path parameters
qualifiedNamestring required
The server's qualified name (e.g. 'namespace/server' or 'namespace' for namespace-only servers). Use %2F to encode the slash.
Response
Secrets listed
Example response
[
{
"name": "API_KEY",
"type": "secret_text"
}
]Changes
Changed in 1 of the 47 revisions of this API.1
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲