HealthProbeParameters interface

The JSON object that contains the properties to send health probes to origin.

Properties

probeIntervalInSeconds

The number of seconds between health probes.Default is 240sec.

probePath

The path relative to the origin that is used to determine the health of the origin.

probeProtocol

Protocol to use for health probe.

probeRequestType

The type of health probe request that is made.

Property Details

probeIntervalInSeconds

The number of seconds between health probes.Default is 240sec.

probeIntervalInSeconds?: number

Property Value

number

probePath

The path relative to the origin that is used to determine the health of the origin.

probePath?: string

Property Value

string

probeProtocol

Protocol to use for health probe.

probeProtocol?: ProbeProtocol

Property Value

probeRequestType

The type of health probe request that is made.

probeRequestType?: HealthProbeRequestType

Property Value