registries
List Registries
List all registries based on the current user authorizations. Will return all registries if using an administrator account otherwise it will only return authorized registries. Access policy: restricted
get/registries
Response
Success
Example response
[
{
"Authentication": true,
"BaseURL": "registry.mydomain.tld:2375",
"Ecr": {
"Region": "ap-southeast-2"
},
"Id": 1,
"ManagementConfiguration": {
"Ecr": {
"Region": "ap-southeast-2"
},
"TLSConfig": {
"TLS": true,
"TLSCACert": "/data/tls/ca.pem",
"TLSCert": "/data/tls/cert.pem",
"TLSKey": "/data/tls/key.pem"
}
},
"Name": "my-registry",
"Password": "registry_password",
"URL": "registry.mydomain.tld:2375",
"Username": "registry user"
}
]