endpoints
List Registries on environment
List all registries based on the current user authorizations in current environment. Access policy: authenticated
get/endpoints/{id}/registries
Path parameters
idinteger required
Environment(Endpoint) identifier
Query parameters
namespacestring
required if kubernetes environment, will show registries by namespace
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"
}
]