HealthProbeParameters Class
The JSON object that contains the properties to send health probes to origin.
Constructor
HealthProbeParameters()
Variables
| Name | Description |
|---|---|
|
probe_path
|
The path relative to the origin that is used to determine the health of the origin. |
|
probe_request_type
|
The type of health probe request that is made. Known values are: "NotSet", "GET", and "HEAD". |
|
probe_protocol
|
Protocol to use for health probe. Known values are: "NotSet", "Http", and "Https". |
|
probe_interval_in_seconds
|
The number of seconds between health probes.Default is 240sec. |
Attributes
probeIntervalInSeconds
The number of seconds between health probes.Default is 240sec.
probeIntervalInSeconds: int
probePath
The path relative to the origin that is used to determine the health of the origin.
probePath: str
probeProtocol
"NotSet", "Http", and "Https".
probeProtocol: str | ProbeProtocol
probeRequestType
"NotSet", "GET", and "HEAD".
probeRequestType: str | HealthProbeRequestType