Content_Registries_Harbor_Info

Content_Registries_Harbor_Info
Content_Registries_Harbor_Info

The Harbor.Info structure contains detailed information about a running Harbor registry.

JSON Example
{
    "cluster": "string",
    "namespace": "string",
    "version": "string",
    "creation_time": "string",
    "ui_access_url": "string",
    "cert_chain": [
        "string"
    ],
    "garbage_collection": {
        "type": "string",
        "day_of_week": "string",
        "hour": 0,
        "minute": 0
    },
    "storage": [
        {
            "policy": "string",
            "capacity": 0,
            "used": 0
        }
    ],
    "health": {
        "status": "string",
        "details": {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": {
                        "id": "string",
                        "params": {
                            "params": "Std_LocalizationParam Object"
                        }
                    },
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    }
}
string
cluster
Optional

Identifier of the cluster. If unset, container registry is not created on the cluster specified by Harbor.CreateSpec.cluster. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.

string
namespace
Optional

Identifier of the Harbor namespace in case it is created in a Kubernetes environment. If unset, no Kubernetes namespace is created for the Harbor. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: NamespaceInstance. When operations return a value of this structure as a result, the field will be an identifier for the resource type: NamespaceInstance.

string
version
Required

Version of the registry.

string As date-time
creation_time
Required

The date and time when the harbor registry was created.

string As uri
ui_access_url
Required

URL to access the UI of the registry.

array of string
cert_chain
Required

Harbor certificate chain in base64 format.

garbage_collection
Required

The Harbor.GarbageCollection structure contains garbage collection configuration for the Harbor registry.

storage
Required

Storage information associated with the registry.

health
Required

The Health.Info structure contains health information about a container registry.