v1

latestSwagger 2.02026-08-04232286653.5 KB
Ccr
Container Registry

Lists all container registry repositories in the project and returns their details.

get/projects/{project_id}/ccr/repositories

Path parameters

project_idstring required

ID of the project that owns the repositories.

Query parameters

pageinteger

Page number of results to return.

page_sizeinteger

Number of results to return per page.

sort_bystring

Field to sort the results by.

sort_orderstring

Order to sort the results in.

Response

Example response

{
  "items": [
    {
      "created_at": "2021-12-03T19:58:34Z",
      "id": "ca39e669-47ee-456b-968d-303234fbf99f",
      "location": "us-east1",
      "max_size_bytes": "10737418240",
      "name": "my-repository",
      "upstream_registry": {
        "upstream_registry_credentials": {
          "username": "my-registry-user"
        },
        "url": "https://registry-1.docker.io"
      }
    }
  ]
}