Liking cljdoc? Tell your friends :D

happygapi.compute.httpHealthChecks

Compute Engine API: httpHealthChecks. Creates and runs virtual machines on Google Cloud Platform. See: https://cloud.google.com/compute/api/reference/rest/v1/httpHealthChecks

Compute Engine API: httpHealthChecks.
Creates and runs virtual machines on Google Cloud Platform. 
See: https://cloud.google.com/compute/api/reference/rest/v1/httpHealthChecks
raw docstring

delete$clj

(delete$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/httpHealthChecks/delete

Required parameters: httpHealthCheck, project

Optional parameters: requestId

Deletes the specified HttpHealthCheck resource.

https://cloud.google.com/compute/api/reference/rest/v1/httpHealthChecks/delete

Required parameters: httpHealthCheck, project

Optional parameters: requestId

Deletes the specified HttpHealthCheck resource.
raw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/httpHealthChecks/get

Required parameters: project, httpHealthCheck

Optional parameters: none

Returns the specified HttpHealthCheck resource. Gets a list of available HTTP health checks by making a list() request.

https://cloud.google.com/compute/api/reference/rest/v1/httpHealthChecks/get

Required parameters: project, httpHealthCheck

Optional parameters: none

Returns the specified HttpHealthCheck resource. Gets a list of available HTTP health checks by making a list() request.
raw docstring

insert$clj

(insert$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/httpHealthChecks/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 HttpHealthCheck resource in the specified project using the data included in the request.

https://cloud.google.com/compute/api/reference/rest/v1/httpHealthChecks/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 HttpHealthCheck resource in the specified project using the data included in the request.
raw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/httpHealthChecks/list

Required parameters: project

Optional parameters: pageToken, filter, orderBy, maxResults, returnPartialSuccess

Retrieves the list of HttpHealthCheck resources available to the specified project.

https://cloud.google.com/compute/api/reference/rest/v1/httpHealthChecks/list

Required parameters: project

Optional parameters: pageToken, filter, orderBy, maxResults, returnPartialSuccess

Retrieves the list of HttpHealthCheck resources available to the specified project.
raw docstring

patch$clj

(patch$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/httpHealthChecks/patch

Required parameters: httpHealthCheck, 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 HttpHealthCheck 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/httpHealthChecks/patch

Required parameters: httpHealthCheck, 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 HttpHealthCheck 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.
raw docstring

update$clj

(update$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/httpHealthChecks/update

Required parameters: project, httpHealthCheck

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 HttpHealthCheck resource in the specified project using the data included in the request.

https://cloud.google.com/compute/api/reference/rest/v1/httpHealthChecks/update

Required parameters: project, httpHealthCheck

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 HttpHealthCheck resource in the specified project using the data included in the request.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close