List Registries Harbor
Returns basic information of all Harbor registries.
Request
URLURL
Header Parameters
Header Parameters
Response
Response BodyResponse Body
array
of
ContentRegistriesHarborSummary of type application/json
The list of basic information of all Harbor registries.
{
"cluster": "string",
"registry": "string",
"ui_access_url": "string",
"version": "string"
}
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.