InlineBaseImageDetailed1

InlineBaseImageDetailed1
InlineBaseImageDetailed1
JSON Example
{
    "application_count": 2,
    "status": "ACTIVE",
    "packaging_type": "CONTAINER_IMAGE",
    "platforms": [
        {
            "os_family": "linux",
            "architecture": "amd64"
        }
    ],
    "operating_system": {
        "id": "d16c7f4d-b38a-405b-a1ca-3ac0a79418c1",
        "name": "Centos 7",
        "distro": "centos",
        "version": "7"
    },
    "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",
    "created_by": "johndoe",
    "updated_at": "2023-03-03T00:59:52.762Z",
    "updated_by": "johndoe",
    "removed_at": "2023-03-03T00:59:52.762Z",
    "removed_by": "johndoe",
    "deprecated_at": "2023-03-03T00:59:52.762Z",
    "_links": {
        "pull_registry": {
            "href": "/v1/registries/cddcfa79-352c-4555-9d28-4442de559876"
        },
        "operating_system": {
            "href": "/v1/operating-system/351c1739-ca01-4a74-8124-1b99257cd7c9"
        }
    }
}
integer
application_count
Optional

Total no of Applications which has this base image

string
status
Optional

Status of base image (ACTIVE, DEPRECATED, DELETED)

packaging_type
Optional

Packaging type of a base image (OVA, CONTAINER_IMAGE)

platforms
Optional

List of architectures of the base image

operating_system
Optional

Base Operating System information

pull_registry
Optional

Registry where the artifacts of an application release are pushed to

string As date-time As date-time
created_at
Optional

Date of the creation of the base image

string
created_by
Optional

User that created the base image

string As date-time As date-time
updated_at
Optional

Date of the update of the base image

string
updated_by
Optional

User that updated the operating system

string As date-time As date-time
removed_at
Optional

Date of the removal of the base image

string
removed_by
Optional

User that removed the base image

string As date-time As date-time
deprecated_at
Optional

Date of the deprecation of the base image

object
_links
Optional

Section to include hyperlinks based on Hypertext Application Language