Registries
List configured registries
List all configured registries the system can/will watch
get/registries
Headers
x-anchore-accountstring
An account name to change the resource scope of the request to that account, if permissions allow (admin only)
Response
Registry listing
Example response
[
{
"registry": "registry",
"last_upated": "2000-01-23T04:56:07.000+00:00",
"registry_user": "registry_user",
"registry_type": "registry_type",
"created_at": "2000-01-23T04:56:07.000+00:00",
"registry_name": "registry_name",
"userId": "userId",
"registry_verify": true
}
]