ContentRegistriesHarborListResponseBody
This is a response body class for an operation.
Properties
array of
ContentRegistriesHarborSummary
value
Optional
The list of basic information of all Harbor registries.
JSON Example
{
"value": [
{
"cluster": "string",
"registry": "string",
"ui_access_url": "string",
"version": "string"
}
]
}