For a list of methods for this resource, see the end of this page.
Resource representations
An HttpsHealthCheck resource. This resource defines a template for how individual virtual machines should be checked for health, via HTTPS.
{
"kind": "compute#httpsHealthCheck",
"selfLink": string,
"id": unsigned long,
"creationTimestamp": string,
"name": string,
"description": string,
"host": string,
"requestPath": string,
"port": integer,
"checkIntervalSec": integer,
"timeoutSec": integer,
"unhealthyThreshold": integer,
"healthyThreshold": integer
}
| Property name | Value | Description | Notes |
|---|---|---|---|
checkIntervalSec |
integer |
How often (in seconds) to send a health check. The default value is 5 seconds. | |
creationTimestamp |
string |
[Output Only] Creation timestamp in RFC3339 text format. | |
description |
string |
An optional textual description of the resource; provided by the client when the resource is created. | |
healthyThreshold |
integer |
A so-far unhealthy VM will be marked healthy after this many consecutive successes. The default value is 2. | |
host |
string |
The value of the host header in the HTTPS health check request. If left empty (default value), the public IP on behalf of which this health check is performed will be used. | |
id |
unsigned long |
[Output Only] Unique identifier for the resource; defined by the server. | |
kind |
string |
[Output Only] Type of the resource. Always compute#httpsHealtCheck for HTTPS health checks. |
|
name |
string |
Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. |
|
port |
integer |
The TCP port number for the HTTPS health check request. The default value is 443. | |
requestPath |
string |
The request path of the HTTPS health check request. The default value is "/". | |
selfLink |
string |
[Output Only] Server defined URL for the resource. | |
timeoutSec |
integer |
How long (in seconds) to wait before claiming failure. The default value is 5 seconds. It is invalid for timeoutSec to have a greater value than checkIntervalSec. |
|
unhealthyThreshold |
integer |
A so-far healthy virtual machine will be marked unhealthy after this many consecutive failures. The default value is 2. |
Methods
- delete
- Deletes the specified HttpsHealthCheck resource.
- get
- Returns the specified HttpsHealthCheck resource.
- insert
- Creates a HttpsHealthCheck resource in the specified project using the data included in the request.
- list
- Retrieves the list of HttpsHealthCheck resources available to the specified project.
- patch
- Updates a HttpsHealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.
- update
- Updates a HttpsHealthCheck resource in the specified project using the data included in the request.