ResponseBasedOriginErrorDetectionParameters interface

The JSON object that contains the properties to determine origin health using real requests/responses.

Properties

httpErrorRanges

The list of Http status code ranges that are considered as server errors for origin and it is marked as unhealthy.

responseBasedDetectedErrorTypes

Type of response errors for real user requests for which origin will be deemed unhealthy

responseBasedFailoverThresholdPercentage

The percentage of failed requests in the sample where failover should trigger.

Property Details

httpErrorRanges

The list of Http status code ranges that are considered as server errors for origin and it is marked as unhealthy.

httpErrorRanges?: HttpErrorRangeParameters[]

Property Value

responseBasedDetectedErrorTypes

Type of response errors for real user requests for which origin will be deemed unhealthy

responseBasedDetectedErrorTypes?: ResponseBasedDetectedErrorTypes

Property Value

responseBasedFailoverThresholdPercentage

The percentage of failed requests in the sample where failover should trigger.

responseBasedFailoverThresholdPercentage?: number

Property Value

number