vcenter content registries harbor: summary
The
summary
structure contains basic information about a running Harbor registry.Representation:
{
"cluster" : "obj-103",
"registry" : "obj-103",
"version" : "string",
"ui_access_url" : "http://myurl.com"
}
"cluster" : "obj-103",
"registry" : "obj-103",
"version" : "string",
"ui_access_url" : "http://myurl.com"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
registry | 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 . |
version | string | Version of the registry. |
ui_access_url | URI | URL to access the UI of the registry. |
Optional | ||
cluster | string | Identifier of the cluster. Optional. If unset, container registry is not created on the cluster specified by vcenter.content.registries.harbor.create_spec.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 . |