InlineRegistryDetailed1

InlineRegistryDetailed1
InlineRegistryDetailed1
JSON Example
{
    "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"
        }
    }
}
string
description
Optional

Description of the registry

boolean
hosted
Optional

The registry is automatically hosted by internal services of TAC

boolean
vmware_managed
Optional

The Registry is managed by TAC

boolean
shared
Optional

The registry is shared by different orgs

boolean
owned
Optional

The registry is owned by the org

string
provider
Optional

Provider of the registry (platform that hosts it)

string
flavor
Optional

Kind of the registry (STANDALONE or ADVANCED)

string As date-time As date-time
created_at
Optional

Date of the creation of the registry

string As date-time As date-time
updated_at
Optional

Date of the update of the registry

string As date-time As date-time
removed_at
Optional

Date of the removal of the registry

string
removed_by
Optional

User that requested the removal of the registry

integer
base_image_count
Optional

Number of base images stored in this registry

integer
application_count
Optional

Number of applications pushed into this registry

integer
credentials_limit
Optional

For TAC managed registries, max number of credentials that can be created

object
_links
Optional

Section to include hyperlinks based on Hypertext Application Language