Registry
Create registry
Create a new container registry with the specified configuration.
post/cloud/v1/registries/{project_id}/{region_id}
Path parameters
project_idinteger required
Project ID
region_idinteger required
Region ID
Request body
Example request
{
"name": "reg-home1",
"storage_limit": 5
}Response
Created registry details
Example response
{
"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"
}