ha_status
Check Proxmox HA configuration status and read current status entries, with a clear signal indicating whether HA is actually managing resources.
Instructions
[READ] Current HA status entries, or a not-configured signal.
Returns {"configured": bool, "entries": [...]}. Do NOT infer "HA is set up" from a non-empty entries list: every quorate cluster reports a quorum row, and master/lrm rows once the HA stack has run, with zero resources defined. "configured" is true only when HA actually manages something; when it is false a message explains that the rows describe the stack itself.
Args: target: Proxmox target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No |