BaseImagesPage
BaseImagesPage
It represents a paged response for a collection of base images
AllOf
JSON Example
{
"page": 1,
"page_size": 5,
"total_size": 10,
"total_pages": 2,
"items": [
{
"id": "d16c7f4d-b38a-405b-a1ca-3ac0a79418c1",
"name": "Debian 11",
"description": "Debian 11 base image",
"container_image": "docker.io/library/debian:11",
"operating_system": {
"id": "d16c7f4d-b38a-405b-a1ca-3ac0a79418c1",
"name": "Centos 7",
"distro": "centos",
"version": "7"
},
"shared": false,
"application_count": 2,
"status": "ACTIVE",
"packaging_type": "CONTAINER_IMAGE",
"platforms": [
{
"os_family": "linux",
"architecture": "amd64"
}
],
"pull_registry": {
"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"
},
"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",
"_links": {
"pull_registry": {
"href": "/v1/registries/cddcfa79-352c-4555-9d28-4442de559876"
},
"operating_system": {
"href": "/v1/operating-system/351c1739-ca01-4a74-8124-1b99257cd7c9"
}
}
}
]
}