container-registry
Get container registry credentials
Get container registry credentials
get/container-registry/{server}
Path parameters
serverstring required
Container Registry server name
Response
OK
Example response
{
"server": "server",
"password": "password",
"username": "username"
}