HealthMonitorHttp

HealthMonitorHttp
HealthMonitorHttp
JSON Example
{
    "auth_type": "string",
    "exact_http_request": false,
    "http_request": "string",
    "http_request_body": "string",
    "http_response": "string",
    "http_response_code": [
        "string"
    ],
    "maintenance_code": [
        0
    ],
    "maintenance_response": "string",
    "response_size": 0,
    "ssl_attributes": {
        "pki_profile_ref": "string",
        "server_name": "string",
        "ssl_key_and_certificate_ref": "string",
        "ssl_profile_ref": "string"
    }
}
string
auth_type
Optional

Type of the authentication method. Enum options - AUTH_BASIC, AUTH_NTLM. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

boolean
exact_http_request
Optional

Use the exact http_request string as specified by user, without any automatic insert of headers like Host header. Field introduced in 17.1.6,17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
http_request
Optional

Send an HTTP request to the server. The default GET / HTTP/1.0 may be extended with additional headers or information. For instance, GET /index.htm HTTP/1.1 Host www.site.com Connection Close. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
http_request_body
Optional

HTTP request body. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
http_response
Optional

Match for a keyword in the first 2Kb of the server header and body response. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

array of string
http_response_code
Optional

List of HTTP response codes to match as successful. Default is 2xx. Enum options - HTTP_ANY, HTTP_1XX, HTTP_2XX, HTTP_3XX, HTTP_4XX, HTTP_5XX. Minimum of 1 items required. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

array of integer
maintenance_code
Optional

Match or look for this HTTP response code indicating server maintenance. A successful match results in the server being marked down. Allowed values are 101-599. Maximum of 4 items allowed. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
maintenance_response
Optional

Match or look for this keyword in the first 2KB of server header and body response indicating server maintenance. A successful match results in the server being marked down. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint32 As uint32
response_size
Optional

Expected http/https response page size. Allowed values are 2048-16384. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ssl_attributes
Optional

ssl_attributes

Property Of