Compute Engine API: regionHealthChecks. Creates and runs virtual machines on Google Cloud Platform. See: https://cloud.google.com/compute/api/reference/rest/v1/regionHealthChecks
Compute Engine API: regionHealthChecks. Creates and runs virtual machines on Google Cloud Platform. See: https://cloud.google.com/compute/api/reference/rest/v1/regionHealthChecks
(delete$ auth parameters)https://cloud.google.com/compute/api/reference/rest/v1/regionHealthChecks/delete
Required parameters: healthCheck, region, project
Optional parameters: requestId
Deletes the specified HealthCheck resource.
https://cloud.google.com/compute/api/reference/rest/v1/regionHealthChecks/delete Required parameters: healthCheck, region, project Optional parameters: requestId Deletes the specified HealthCheck resource.
(get$ auth parameters)https://cloud.google.com/compute/api/reference/rest/v1/regionHealthChecks/get
Required parameters: project, region, healthCheck
Optional parameters: none
Returns the specified HealthCheck resource. Gets a list of available health checks by making a list() request.
https://cloud.google.com/compute/api/reference/rest/v1/regionHealthChecks/get Required parameters: project, region, healthCheck Optional parameters: none Returns the specified HealthCheck resource. Gets a list of available health checks by making a list() request.
(insert$ auth parameters body)https://cloud.google.com/compute/api/reference/rest/v1/regionHealthChecks/insert
Required parameters: project, region
Optional parameters: requestId
Body:
{:description string, :httpHealthCheck {:port integer, :host string, :requestPath string, :portName string, :proxyHeader string, :response string, :portSpecification string}, :sslHealthCheck {:request string, :portName string, :port integer, :portSpecification string, :proxyHeader string, :response string}, :creationTimestamp string, :tcpHealthCheck {:response string, :port integer, :proxyHeader string, :request string, :portSpecification string, :portName string}, :healthyThreshold integer, :name string, :selfLink string, :type string, :region string, :http2HealthCheck {:proxyHeader string, :requestPath string, :host string, :portSpecification string, :response string, :portName string, :port integer}, :id string, :httpsHealthCheck {:host string, :port integer, :portSpecification string, :proxyHeader string, :portName string, :requestPath string, :response string}, :kind string, :checkIntervalSec integer, :timeoutSec integer, :unhealthyThreshold integer, :grpcHealthCheck {:portName string, :port integer, :grpcServiceName string, :portSpecification string}, :logConfig {:enable boolean}}
Creates a HealthCheck resource in the specified project using the data included in the request.
https://cloud.google.com/compute/api/reference/rest/v1/regionHealthChecks/insert
Required parameters: project, region
Optional parameters: requestId
Body:
{:description string,
:httpHealthCheck {:port integer,
:host string,
:requestPath string,
:portName string,
:proxyHeader string,
:response string,
:portSpecification string},
:sslHealthCheck {:request string,
:portName string,
:port integer,
:portSpecification string,
:proxyHeader string,
:response string},
:creationTimestamp string,
:tcpHealthCheck {:response string,
:port integer,
:proxyHeader string,
:request string,
:portSpecification string,
:portName string},
:healthyThreshold integer,
:name string,
:selfLink string,
:type string,
:region string,
:http2HealthCheck {:proxyHeader string,
:requestPath string,
:host string,
:portSpecification string,
:response string,
:portName string,
:port integer},
:id string,
:httpsHealthCheck {:host string,
:port integer,
:portSpecification string,
:proxyHeader string,
:portName string,
:requestPath string,
:response string},
:kind string,
:checkIntervalSec integer,
:timeoutSec integer,
:unhealthyThreshold integer,
:grpcHealthCheck {:portName string,
:port integer,
:grpcServiceName string,
:portSpecification string},
:logConfig {:enable boolean}}
Creates a HealthCheck resource in the specified project using the data included in the request.(list$ auth parameters)https://cloud.google.com/compute/api/reference/rest/v1/regionHealthChecks/list
Required parameters: project, region
Optional parameters: maxResults, filter, returnPartialSuccess, pageToken, orderBy
Retrieves the list of HealthCheck resources available to the specified project.
https://cloud.google.com/compute/api/reference/rest/v1/regionHealthChecks/list Required parameters: project, region Optional parameters: maxResults, filter, returnPartialSuccess, pageToken, orderBy Retrieves the list of HealthCheck resources available to the specified project.
(patch$ auth parameters body)https://cloud.google.com/compute/api/reference/rest/v1/regionHealthChecks/patch
Required parameters: region, healthCheck, project
Optional parameters: requestId
Body:
{:description string, :httpHealthCheck {:port integer, :host string, :requestPath string, :portName string, :proxyHeader string, :response string, :portSpecification string}, :sslHealthCheck {:request string, :portName string, :port integer, :portSpecification string, :proxyHeader string, :response string}, :creationTimestamp string, :tcpHealthCheck {:response string, :port integer, :proxyHeader string, :request string, :portSpecification string, :portName string}, :healthyThreshold integer, :name string, :selfLink string, :type string, :region string, :http2HealthCheck {:proxyHeader string, :requestPath string, :host string, :portSpecification string, :response string, :portName string, :port integer}, :id string, :httpsHealthCheck {:host string, :port integer, :portSpecification string, :proxyHeader string, :portName string, :requestPath string, :response string}, :kind string, :checkIntervalSec integer, :timeoutSec integer, :unhealthyThreshold integer, :grpcHealthCheck {:portName string, :port integer, :grpcServiceName string, :portSpecification string}, :logConfig {:enable boolean}}
Updates a HealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
https://cloud.google.com/compute/api/reference/rest/v1/regionHealthChecks/patch
Required parameters: region, healthCheck, project
Optional parameters: requestId
Body:
{:description string,
:httpHealthCheck {:port integer,
:host string,
:requestPath string,
:portName string,
:proxyHeader string,
:response string,
:portSpecification string},
:sslHealthCheck {:request string,
:portName string,
:port integer,
:portSpecification string,
:proxyHeader string,
:response string},
:creationTimestamp string,
:tcpHealthCheck {:response string,
:port integer,
:proxyHeader string,
:request string,
:portSpecification string,
:portName string},
:healthyThreshold integer,
:name string,
:selfLink string,
:type string,
:region string,
:http2HealthCheck {:proxyHeader string,
:requestPath string,
:host string,
:portSpecification string,
:response string,
:portName string,
:port integer},
:id string,
:httpsHealthCheck {:host string,
:port integer,
:portSpecification string,
:proxyHeader string,
:portName string,
:requestPath string,
:response string},
:kind string,
:checkIntervalSec integer,
:timeoutSec integer,
:unhealthyThreshold integer,
:grpcHealthCheck {:portName string,
:port integer,
:grpcServiceName string,
:portSpecification string},
:logConfig {:enable boolean}}
Updates a HealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.(update$ auth parameters body)https://cloud.google.com/compute/api/reference/rest/v1/regionHealthChecks/update
Required parameters: region, project, healthCheck
Optional parameters: requestId
Body:
{:description string, :httpHealthCheck {:port integer, :host string, :requestPath string, :portName string, :proxyHeader string, :response string, :portSpecification string}, :sslHealthCheck {:request string, :portName string, :port integer, :portSpecification string, :proxyHeader string, :response string}, :creationTimestamp string, :tcpHealthCheck {:response string, :port integer, :proxyHeader string, :request string, :portSpecification string, :portName string}, :healthyThreshold integer, :name string, :selfLink string, :type string, :region string, :http2HealthCheck {:proxyHeader string, :requestPath string, :host string, :portSpecification string, :response string, :portName string, :port integer}, :id string, :httpsHealthCheck {:host string, :port integer, :portSpecification string, :proxyHeader string, :portName string, :requestPath string, :response string}, :kind string, :checkIntervalSec integer, :timeoutSec integer, :unhealthyThreshold integer, :grpcHealthCheck {:portName string, :port integer, :grpcServiceName string, :portSpecification string}, :logConfig {:enable boolean}}
Updates a HealthCheck resource in the specified project using the data included in the request.
https://cloud.google.com/compute/api/reference/rest/v1/regionHealthChecks/update
Required parameters: region, project, healthCheck
Optional parameters: requestId
Body:
{:description string,
:httpHealthCheck {:port integer,
:host string,
:requestPath string,
:portName string,
:proxyHeader string,
:response string,
:portSpecification string},
:sslHealthCheck {:request string,
:portName string,
:port integer,
:portSpecification string,
:proxyHeader string,
:response string},
:creationTimestamp string,
:tcpHealthCheck {:response string,
:port integer,
:proxyHeader string,
:request string,
:portSpecification string,
:portName string},
:healthyThreshold integer,
:name string,
:selfLink string,
:type string,
:region string,
:http2HealthCheck {:proxyHeader string,
:requestPath string,
:host string,
:portSpecification string,
:response string,
:portName string,
:port integer},
:id string,
:httpsHealthCheck {:host string,
:port integer,
:portSpecification string,
:proxyHeader string,
:portName string,
:requestPath string,
:response string},
:kind string,
:checkIntervalSec integer,
:timeoutSec integer,
:unhealthyThreshold integer,
:grpcHealthCheck {:portName string,
:port integer,
:grpcServiceName string,
:portSpecification string},
:logConfig {:enable boolean}}
Updates a HealthCheck resource in the specified project using the data included in the request.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |