Get the status of a Container Registry
You can get the status of your Container Registry within your space.
Permissions
info
This action requires the following IAM (Identity and Access Management) permissions:
- registry.instance.get
- API
The GET /registry/spaces/{spaceId}/registries/{registryId} request returns the current status of a Container Registry.
Response example
{
"id": "550e8400-e29b-41d4-a716-446655440002",
"name": "my-container-registry",
"status": {
"state": "RUNNING",
"message": "instance is healthy"
},
"version": "2.14",
"host": "my-container-registry.registry.eu-west-2.numspot.com",
"visibility": "EXTERNAL"
}