get_ha_status
Retrieve FortiManager High Availability (HA) cluster status, including cluster mode, member roles, and synchronization state.
Instructions
Get FortiManager High Availability (HA) status.
Returns HA cluster status including:
HA mode (standalone, cluster)
Cluster members and their status
Sync status
Primary/secondary role
Returns: dict: HA status with keys: - status: "success" or "error" - data: HA status information - message: Error message if failed
Example: >>> result = await get_ha_status() >>> print(f"HA Mode: {result['data']['mode']}")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||