v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Get container registry

Returns the requested container registry

get/containers/registries/{registry_id}

Path parameters

registry_idinteger required

The ID of the container registry

Response

A container registry

registry_idinteger required

The registry id.

registry_namestring nullable required

The name of the registry.

usernamestring nullable required

Additional name identifier of the registry.

kind'aws' | 'gcp-artifact-registry' | 'gcp-container-registry' | 'docker-hub' | 'github' | 'quay' | 'acr' | 'gitlab' | 'gitlab-self' | 'digitalocean' | 'scaleway' | 'cloudsmith' | 'harbor' | 'artifactory' required

The provider place where the registry is hosted

Example response

{
  "id": 1,
  "registry_name": "111222333444",
  "username": "AWS ECR",
  "kind": "aws"
}