GatewayMonitor

GatewayMonitor
GatewayMonitor
JSON Example
{
    "gateway_ip": {
        "addr": "string",
        "type": "string"
    },
    "gateway_monitor_fail_threshold": 0,
    "gateway_monitor_interval": 0,
    "gateway_monitor_success_threshold": 0,
    "subnet": {
        "ip_addr": {
            "addr": "string",
            "type": "string"
        },
        "mask": 0
    }
}
gateway_ip
Required

gateway_ip

integer As uint32 As uint32
gateway_monitor_fail_threshold
Optional

The number of consecutive failed gateway health checks before a gateway is marked down. Allowed values are 3-50. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
gateway_monitor_interval
Optional

The interval between two ping requests sent by the gateway monitor in milliseconds. If a value is not specified, requests are sent every second. Allowed values are 100-60000. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
gateway_monitor_success_threshold
Optional

The number of consecutive successful gateway health checks before a gateway that was marked down by the gateway monitor is marked up. Allowed values are 3-50. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

subnet
Optional

subnet

Property Of