> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set HA Configuration

Configure your Fortigate High Availability failover.

<Note>
  External Documentation

  To learn more, visit the [FortiGate documentation](https://docs.fortinet.com/document/fortigate/7.4.3/administration-guide/357558/ha-active-active-cluster-setup).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter            | Description                                                                                                                                       |
  | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Group Name           | Name of the HA cluster.                                                                                                                           |
  | Heartbeat Interfaces | A list of ports and their priority, or a single port with max priority (priority can be 0-512).<br />Example: "port2" 512 "port3" 512.            |
  | Mode                 | HA mode to configure. To configure Active-Active mode, choose "a-a". To configure Active-Passive mode, choose "a-p".                              |
  | Monitor Interfaces   | Optional list of ports (space delimited). Example: "port2" "port3".                                                                               |
  | Password             | Enter a password to identify the HA cluster. The maximum password length is 15 characters.                                                        |
  | Priority             | The device's priority. The device with the highest priority is more likely to become the HA primary.<br />The priority range spans from 0 to 255. |
</div>

## Example Output

```json theme={"dark"}
{
  "http_method": "put",
  "revision": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  "revision_changed": xxxx,
  "status": "xxxxxxxx",
  "http_status": xxx,
  "vdom": "xxxx",
  "path": "xxxxxxxx",
  "name": "xx",
  "serial": "xxxxxxxxxxxxxxxx",
  "version": "xxx.x.x",
  "build": xxxx
}
```

## Workflow Library Example

[Set Ha Configuration with Fortigate and Send Results Via Email](https://library.blinkops.com/workflows/set-ha-configuration-with-fortigate-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/set-ha-configuration-with-fortigate-and-send-results-via-email/canvas" />
</div>
