Content_Registries_Harbor_Summary
The Harbor.Summary structure contains basic information about a running Harbor registry.
{
"cluster": "string",
"registry": "string",
"version": "string",
"ui_access_url": "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 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.
Version of the registry.
URL to access the UI of the registry.