InlineBaseImageDetailed1

InlineBaseImageDetailed1
InlineBaseImageDetailed1
JSON Example
{
    "shared": false,
    "bac": false,
    "application_count": 2,
    "status": "ACTIVE",
    "packaging_type": "CONTAINER_IMAGE",
    "platforms": [
        "PlatformFamily Object"
    ],
    "operating_system": "OperatingSystemBase Object",
    "pull_registry": "Registry Object",
    "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"
        }
    }
}
boolean
shared
Optional

Base image is (or can be) shared with different organizations

boolean
bac
Optional

Is it bac

integer
application_count
Optional

Total no of Applications which has this base image

string
status
Optional

Status of base image (ACTIVE, DEPRECATED, ARCHIVED)

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 As date-time As date-time
updated_at
Optional

Date of the update of the base image

string As date-time As date-time
removed_at
Optional

Date of the removal of the base image

string
removed_by
Optional

User that requested the removal of the base image

object
_links
Optional

Section to include hyperlinks based on Hypertext Application Language