Get
|
|||||
|
|
Returns the specified HttpsHealthCheck resource. Gets a list of available HTTPS health checks by making a list() request
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your data across Google Cloud Platform services
- View and manage your Google Compute Engine resources
- View your Google Compute Engine resources
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
project Required |
STRING |
Project ID for this request |
httpsHealthCheck Required |
STRING |
Name of the HttpsHealthCheck resource to return |
= Parameter name
= Format
project STRING Required Project ID for this request |
httpsHealthCheck STRING Required Name of the HttpsHealthCheck resource to return |
Output
This building block provides 13 output parameters
Name | Format | Description |
---|---|---|
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 description of this resource. Provide this property when you create the resource |
healthyThreshold |
INTEGER |
A so-far unhealthy instance 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 |
INTEGER |
[Output Only] The unique identifier for the resource. This identifier is defined by the server |
kind |
STRING |
Type of the resource |
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 |
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 instance will be marked unhealthy after this many consecutive failures. The default value is 2 |
= Parameter name
= Format
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 description of this resource. Provide this property when you create the resource |
healthyThreshold INTEGER A so-far unhealthy instance 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 INTEGER [Output Only] The unique identifier for the resource. This identifier is defined by the server |
kind STRING Type of the resource |
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 |
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 instance will be marked unhealthy after this many consecutive failures. The default value is 2 |