get_ha_status
Check the High Availability status of FortiManager, including cluster mode, member status, and sync state, to verify HA health.
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 | |||