Registry
List registries
List all container registries in the specified project and region.
get/cloud/v1/registries/{project_id}/{region_id}
Path parameters
project_idinteger required
Project ID
region_idinteger required
Region ID
Response
List of registries
Example response
{
"count": 1,
"results": [
{
"created_at": "2024-06-18T09:36:53.335000Z",
"id": 1,
"name": "company-name",
"repo_count": 1,
"storage_limit": 5,
"storage_used": 1000000000,
"updated_at": "2024-06-18T09:36:53.335000Z"
}
]
}