ContentRegistriesHarborSummary
The Harbor.Summary structure contains basic information about a running Harbor registry.
Properties
Identifier of the registry. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.content.Registry. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.content.Registry.
URL to access the UI of the registry.
Version of the registry.
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.
JSON Example
{
"registry": "string",
"ui_access_url": "string",
"version": "string"
}