Response Based Origin Error Detection Parameters Response
data class ResponseBasedOriginErrorDetectionParametersResponse(val httpErrorRanges: List<HttpErrorRangeParametersResponse>? = null, val responseBasedDetectedErrorTypes: String? = null, val responseBasedFailoverThresholdPercentage: Int? = null)
The JSON object that contains the properties to determine origin health using real requests/responses.
Constructors
Link copied to clipboard
constructor(httpErrorRanges: List<HttpErrorRangeParametersResponse>? = null, responseBasedDetectedErrorTypes: String? = null, responseBasedFailoverThresholdPercentage: Int? = null)
Properties
Link copied to clipboard
The list of Http status code ranges that are considered as server errors for origin and it is marked as unhealthy.
Link copied to clipboard
Type of response errors for real user requests for which origin will be deemed unhealthy
Link copied to clipboard
The percentage of failed requests in the sample where failover should trigger.