health Check Method
Parameters
value
The HTTP method that is used for health checks. Valid values:
GET
: If the length of a response exceeds 8 KB, the response is truncated. However, the health check result is not affected.POST
: gRPC health checks use the POST method by default.HEAD
: HTTP and HTTPS health checks use the HEAD method by default.
NOTE: This parameter takes effect only if you set
HealthCheckEnabled
to true andHealthCheckProtocol
toHTTP
,HTTPS
, orgRPC
.