Get Load Balancer Monitors Result
data class GetLoadBalancerMonitorsResult(val allowInsecure: Boolean, val consecutiveDown: Int, val consecutiveUp: Int, val createdOn: String, val description: String, val expectedBody: String, val expectedCodes: String, val followRedirects: Boolean, val header: Map<String, List<String>>, val id: String, val interval: Int, val method: String, val modifiedOn: String, val path: String, val port: Int, val probeZone: String, val retries: Int, val timeout: Int, val type: String)
Constructors
Link copied to clipboard
constructor(allowInsecure: Boolean, consecutiveDown: Int, consecutiveUp: Int, createdOn: String, description: String, expectedBody: String, expectedCodes: String, followRedirects: Boolean, header: Map<String, List<String>>, id: String, interval: Int, method: String, modifiedOn: String, path: String, port: Int, probeZone: String, retries: Int, timeout: Int, type: String)
Properties
Link copied to clipboard
Do not validate the certificate when monitor use HTTPS. This parameter is currently only valid for HTTP and HTTPS monitors.
Link copied to clipboard
To be marked unhealthy the monitored origin must fail this healthcheck N consecutive times.
Link copied to clipboard
To be marked healthy the monitored origin must pass this healthcheck N consecutive times.
Link copied to clipboard
Object description.
Link copied to clipboard
A case-insensitive sub-string to look for in the response body. If this string is not found, the origin will be marked as unhealthy. This parameter is only valid for HTTP and HTTPS monitors.
Link copied to clipboard
The expected HTTP response code or code range of the health check. This parameter is only valid for HTTP and HTTPS monitors.
Link copied to clipboard
Follow redirects if returned by the origin. This parameter is only valid for HTTP and HTTPS monitors.
Link copied to clipboard