InlineRegistriesPage1
InlineRegistriesPage1
It holds the collection of registries for a paged response
JSON Example
{
"items": [
{
"id": "549cfa79-352c-4555-9d28-4442de551829",
"name": "Harbor registry for my org",
"url": "https://harbor.mydomain.com",
"healthy": true,
"last_checked_at": "2023-03-03T00:59:52.762Z",
"description": "Registry for storing container releases",
"hosted": false,
"vmware_managed": false,
"shared": false,
"owned": false,
"provider": "HARBOR",
"flavor": "STANDALONE",
"created_at": "2023-03-03T00:59:52.762Z",
"updated_at": "2023-03-03T00:59:52.762Z",
"removed_at": "2023-03-03T00:59:52.762Z",
"removed_by": "John Doe",
"base_image_count": 1,
"application_count": 2,
"credentials_limit": 10,
"_links": {
"credentials": {
"href": "/v1/registries/cddcfa79-352c-4555-9d28-4442de559876/credentials"
}
}
}
]
}