Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Http probe for the container.
Properties
| Name | Type | Required |
|---|---|---|
port |
integer | Yes |
path |
string | No |
host |
string | No |
httpHeaders |
array of ProbeHttpGetHeaders | No |
scheme |
string (enum) | No |
port
Type: integer
Required: Yes
Port to access for probe.
path
Type: string
Required: No
Path to access on the HTTP request.
host
Type: string
Required: No
Host IP to connect to.
httpHeaders
Type: array of ProbeHttpGetHeaders
Required: No
Headers to set in the request.
scheme
Type: string (enum)
Required: No
Scheme for the http probe. Can be Http or Https.
Possible values are:
http- Indicates that the probe is http.https- Indicates that the probe is https. No cert validation.