Compute Engine API: httpsHealthChecks. Creates and runs virtual machines on Google Cloud Platform. See: https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks
Compute Engine API: httpsHealthChecks. Creates and runs virtual machines on Google Cloud Platform. See: https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks
(delete$ auth parameters)
https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/delete
Required parameters: httpsHealthCheck, project
Optional parameters: requestId
Deletes the specified HttpsHealthCheck resource.
https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/delete Required parameters: httpsHealthCheck, project Optional parameters: requestId Deletes the specified HttpsHealthCheck resource.
(get$ auth parameters)
https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/get
Required parameters: httpsHealthCheck, project
Optional parameters: none
Returns the specified HttpsHealthCheck resource.
https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/get Required parameters: httpsHealthCheck, project Optional parameters: none Returns the specified HttpsHealthCheck resource.
(insert$ auth parameters body)
https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/insert
Required parameters: project
Optional parameters: requestId
Body:
{:description string, :creationTimestamp string, :healthyThreshold integer, :name string, :selfLink string, :port integer, :host string, :requestPath string, :id string, :kind string, :checkIntervalSec integer, :timeoutSec integer, :unhealthyThreshold integer}
Creates a HttpsHealthCheck resource in the specified project using the data included in the request.
https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/insert Required parameters: project Optional parameters: requestId Body: {:description string, :creationTimestamp string, :healthyThreshold integer, :name string, :selfLink string, :port integer, :host string, :requestPath string, :id string, :kind string, :checkIntervalSec integer, :timeoutSec integer, :unhealthyThreshold integer} Creates a HttpsHealthCheck resource in the specified project using the data included in the request.
(list$ auth parameters)
https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/list
Required parameters: project
Optional parameters: filter, maxResults, orderBy, pageToken, returnPartialSuccess
Retrieves the list of HttpsHealthCheck resources available to the specified project.
https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/list Required parameters: project Optional parameters: filter, maxResults, orderBy, pageToken, returnPartialSuccess Retrieves the list of HttpsHealthCheck resources available to the specified project.
(patch$ auth parameters body)
https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/patch
Required parameters: httpsHealthCheck, project
Optional parameters: requestId
Body:
{:description string, :creationTimestamp string, :healthyThreshold integer, :name string, :selfLink string, :port integer, :host string, :requestPath string, :id string, :kind string, :checkIntervalSec integer, :timeoutSec integer, :unhealthyThreshold integer}
Updates a HttpsHealthCheck 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/httpsHealthChecks/patch Required parameters: httpsHealthCheck, project Optional parameters: requestId Body: {:description string, :creationTimestamp string, :healthyThreshold integer, :name string, :selfLink string, :port integer, :host string, :requestPath string, :id string, :kind string, :checkIntervalSec integer, :timeoutSec integer, :unhealthyThreshold integer} Updates a HttpsHealthCheck 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/httpsHealthChecks/update
Required parameters: httpsHealthCheck, project
Optional parameters: requestId
Body:
{:description string, :creationTimestamp string, :healthyThreshold integer, :name string, :selfLink string, :port integer, :host string, :requestPath string, :id string, :kind string, :checkIntervalSec integer, :timeoutSec integer, :unhealthyThreshold integer}
Updates a HttpsHealthCheck resource in the specified project using the data included in the request.
https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/update Required parameters: httpsHealthCheck, project Optional parameters: requestId Body: {:description string, :creationTimestamp string, :healthyThreshold integer, :name string, :selfLink string, :port integer, :host string, :requestPath string, :id string, :kind string, :checkIntervalSec integer, :timeoutSec integer, :unhealthyThreshold integer} Updates a HttpsHealthCheck resource in the specified project using the data included in the request.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close