Skip to main content

List Secret Manager instances

You can list all the Secret Manager instances within your space.

Permissions

info

This action requires the following IAM (Identity and Access Management) permissions:

  • secrets.instance.get

The GET /secrets/spaces/{spaceId}/instances request lets you list all your Secret Manager instances.

Example response

{
"items": [
{
"id": "550e8400-e29b-41d4-a716-446655440002",
"name": "my-secret-manager",
"status": {
"state": "RUNNING",
"message": "instance is healthy"
},
"version": "2.5.1",
"host": "my-secret-manager.secrets.eu-west-2.numspot.com",
"visibility": "EXTERNAL"
}
]
}

View the full specification

Cette page vous a-t-elle été utile ?