get_harbor_info
Retrieve the status and details of the embedded Harbor container registry on a Supervisor, including health, URL, and storage usage.
Instructions
[READ] Get status of the embedded Harbor container registry on the Supervisor.
Returns {registries: [...]} where each entry has id (registry ID), cluster (Supervisor cluster MoRef), version, url (UI access URL), status (registry health, e.g. RUNNING), and storage_used_mb. Status and storage come from a per-registry detail call and are null if that call fails. If Harbor is not enabled on this Supervisor, returns {error, hint} instead of raising. Read-only, no side effects. Use this to check registry health or find the registry URL before pushing images; it does not list repositories or images.
Args: target: Name of a vCenter entry in ~/.vmware-vks/config.yaml. Omit to use the default target defined in that file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No |