Content_Registries_Harbor_Summary

Content_Registries_Harbor_Summary
Content_Registries_Harbor_Summary

The Harbor.Summary structure contains basic information about a running Harbor registry.

JSON Example
{
    "cluster": "string",
    "registry": "string",
    "version": "string",
    "ui_access_url": "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
registry
Required

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.

string
version
Required

Version of the registry.

string As uri
ui_access_url
Required

URL to access the UI of the registry.