Content_Registries_Harbor_Info
The Harbor.Info structure contains detailed information about a running Harbor registry.
{
"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"
}
}
}
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.
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.
Version of the registry.
The date and time when the harbor registry was created.
URL to access the UI of the registry.
Harbor certificate chain in base64 format.
The Harbor.GarbageCollection structure contains garbage collection configuration for the Harbor registry.
Storage information associated with the registry.
The Health.Info structure contains health information about a container registry.