HealthProbeParameters interface
The JSON object that contains the properties to send health probes to origin.
Properties
probe |
The number of seconds between health probes.Default is 240sec. |
probe |
The path relative to the origin that is used to determine the health of the origin. |
probe |
Protocol to use for health probe. |
probe |
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
probeRequestType
The type of health probe request that is made.
probeRequestType?: HealthProbeRequestType