Get a container registry

get/container/registry/{registryName}

Returns a container registry.

Request Samples

Response Samples

1{
2 "name": "registry name",
3 "description": "An example for a container registry.",
4 "url": "https://example.url:4321",
5 "username": "User name for the container registry",
6 "password": "Password for the container registry"
7}

Path Parameters

registryName
string
true

The name of the registry.

Responses

StatusMeaningDescription
200OK

The response contains a container registry.

HeadersSchema
404Not Found

An error response when a container registry with the specified name does not exist.

Schema