container-registry

List container registries

List container registries

get/container-registry

Response

OK

passwordstring required
serverstring required
usernamestring required

Example response

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

Changes