v1

latestOpenAPI 3.0.12026-07-17635367.2 KB
container-registry

Get container registry credentials

Get container registry credentials

get/container-registry/{server}

Path parameters

serverstring required

Container Registry server name

Response

OK

passwordstring required
serverstring required
usernamestring required

Example response

{
  "server": "server",
  "password": "password",
  "username": "username"
}