Liking cljdoc? Tell your friends :D

happygapi.compute.healthChecks

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

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

aggregatedList$clj

(aggregatedList$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/healthChecks/aggregatedList

Required parameters: project

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

Retrieves the list of all HealthCheck resources, regional and global, available to the specified project.

https://cloud.google.com/compute/api/reference/rest/v1/healthChecks/aggregatedList

Required parameters: project

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

Retrieves the list of all HealthCheck resources, regional and global, available to the specified project.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: healthCheck, project

Optional parameters: requestId

Deletes the specified HealthCheck resource.

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

Required parameters: healthCheck, project

Optional parameters: requestId

Deletes the specified HealthCheck resource.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: project, 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/healthChecks/get

Required parameters: project, healthCheck

Optional parameters: none

Returns the specified HealthCheck resource. Gets a list of available health checks by making a list() request.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/healthChecks/insert

Required parameters: project

Optional parameters: requestId

Body:

{:description string, :httpHealthCheck {:proxyHeader string, :response string, :port integer, :host string, :portSpecification string, :requestPath string, :portName string}, :sslHealthCheck {:portName string, :port integer, :response string, :proxyHeader string, :portSpecification string, :request string}, :creationTimestamp string, :tcpHealthCheck {:request string, :portSpecification string, :response string, :port integer, :portName string, :proxyHeader string}, :healthyThreshold integer, :name string, :selfLink string, :type string, :region string, :http2HealthCheck {:requestPath string, :port integer, :portName string, :host string, :portSpecification string, :response string, :proxyHeader string}, :id string, :httpsHealthCheck {:portName string, :port integer, :host string, :response string, :proxyHeader string, :portSpecification string, :requestPath string}, :kind string, :checkIntervalSec integer, :timeoutSec integer, :unhealthyThreshold integer, :grpcHealthCheck {:grpcServiceName string, :portSpecification string, :portName string, :port integer}, :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/healthChecks/insert

Required parameters: project

Optional parameters: requestId

Body: 

{:description string,
 :httpHealthCheck {:proxyHeader string,
                   :response string,
                   :port integer,
                   :host string,
                   :portSpecification string,
                   :requestPath string,
                   :portName string},
 :sslHealthCheck {:portName string,
                  :port integer,
                  :response string,
                  :proxyHeader string,
                  :portSpecification string,
                  :request string},
 :creationTimestamp string,
 :tcpHealthCheck {:request string,
                  :portSpecification string,
                  :response string,
                  :port integer,
                  :portName string,
                  :proxyHeader string},
 :healthyThreshold integer,
 :name string,
 :selfLink string,
 :type string,
 :region string,
 :http2HealthCheck {:requestPath string,
                    :port integer,
                    :portName string,
                    :host string,
                    :portSpecification string,
                    :response string,
                    :proxyHeader string},
 :id string,
 :httpsHealthCheck {:portName string,
                    :port integer,
                    :host string,
                    :response string,
                    :proxyHeader string,
                    :portSpecification string,
                    :requestPath string},
 :kind string,
 :checkIntervalSec integer,
 :timeoutSec integer,
 :unhealthyThreshold integer,
 :grpcHealthCheck {:grpcServiceName string,
                   :portSpecification string,
                   :portName string,
                   :port integer},
 :logConfig {:enable boolean}}

Creates a HealthCheck resource in the specified project using the data included in the request.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: project

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

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

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

Required parameters: project

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

Retrieves the list of HealthCheck resources available to the specified project.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

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

Required parameters: healthCheck, project

Optional parameters: requestId

Body:

{:description string, :httpHealthCheck {:proxyHeader string, :response string, :port integer, :host string, :portSpecification string, :requestPath string, :portName string}, :sslHealthCheck {:portName string, :port integer, :response string, :proxyHeader string, :portSpecification string, :request string}, :creationTimestamp string, :tcpHealthCheck {:request string, :portSpecification string, :response string, :port integer, :portName string, :proxyHeader string}, :healthyThreshold integer, :name string, :selfLink string, :type string, :region string, :http2HealthCheck {:requestPath string, :port integer, :portName string, :host string, :portSpecification string, :response string, :proxyHeader string}, :id string, :httpsHealthCheck {:portName string, :port integer, :host string, :response string, :proxyHeader string, :portSpecification string, :requestPath string}, :kind string, :checkIntervalSec integer, :timeoutSec integer, :unhealthyThreshold integer, :grpcHealthCheck {:grpcServiceName string, :portSpecification string, :portName string, :port integer}, :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/healthChecks/patch

Required parameters: healthCheck, project

Optional parameters: requestId

Body: 

{:description string,
 :httpHealthCheck {:proxyHeader string,
                   :response string,
                   :port integer,
                   :host string,
                   :portSpecification string,
                   :requestPath string,
                   :portName string},
 :sslHealthCheck {:portName string,
                  :port integer,
                  :response string,
                  :proxyHeader string,
                  :portSpecification string,
                  :request string},
 :creationTimestamp string,
 :tcpHealthCheck {:request string,
                  :portSpecification string,
                  :response string,
                  :port integer,
                  :portName string,
                  :proxyHeader string},
 :healthyThreshold integer,
 :name string,
 :selfLink string,
 :type string,
 :region string,
 :http2HealthCheck {:requestPath string,
                    :port integer,
                    :portName string,
                    :host string,
                    :portSpecification string,
                    :response string,
                    :proxyHeader string},
 :id string,
 :httpsHealthCheck {:portName string,
                    :port integer,
                    :host string,
                    :response string,
                    :proxyHeader string,
                    :portSpecification string,
                    :requestPath string},
 :kind string,
 :checkIntervalSec integer,
 :timeoutSec integer,
 :unhealthyThreshold integer,
 :grpcHealthCheck {:grpcServiceName string,
                   :portSpecification string,
                   :portName string,
                   :port integer},
 :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.
sourceraw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: project, healthCheck

Optional parameters: requestId

Body:

{:description string, :httpHealthCheck {:proxyHeader string, :response string, :port integer, :host string, :portSpecification string, :requestPath string, :portName string}, :sslHealthCheck {:portName string, :port integer, :response string, :proxyHeader string, :portSpecification string, :request string}, :creationTimestamp string, :tcpHealthCheck {:request string, :portSpecification string, :response string, :port integer, :portName string, :proxyHeader string}, :healthyThreshold integer, :name string, :selfLink string, :type string, :region string, :http2HealthCheck {:requestPath string, :port integer, :portName string, :host string, :portSpecification string, :response string, :proxyHeader string}, :id string, :httpsHealthCheck {:portName string, :port integer, :host string, :response string, :proxyHeader string, :portSpecification string, :requestPath string}, :kind string, :checkIntervalSec integer, :timeoutSec integer, :unhealthyThreshold integer, :grpcHealthCheck {:grpcServiceName string, :portSpecification string, :portName string, :port integer}, :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/healthChecks/update

Required parameters: project, healthCheck

Optional parameters: requestId

Body: 

{:description string,
 :httpHealthCheck {:proxyHeader string,
                   :response string,
                   :port integer,
                   :host string,
                   :portSpecification string,
                   :requestPath string,
                   :portName string},
 :sslHealthCheck {:portName string,
                  :port integer,
                  :response string,
                  :proxyHeader string,
                  :portSpecification string,
                  :request string},
 :creationTimestamp string,
 :tcpHealthCheck {:request string,
                  :portSpecification string,
                  :response string,
                  :port integer,
                  :portName string,
                  :proxyHeader string},
 :healthyThreshold integer,
 :name string,
 :selfLink string,
 :type string,
 :region string,
 :http2HealthCheck {:requestPath string,
                    :port integer,
                    :portName string,
                    :host string,
                    :portSpecification string,
                    :response string,
                    :proxyHeader string},
 :id string,
 :httpsHealthCheck {:portName string,
                    :port integer,
                    :host string,
                    :response string,
                    :proxyHeader string,
                    :portSpecification string,
                    :requestPath string},
 :kind string,
 :checkIntervalSec integer,
 :timeoutSec integer,
 :unhealthyThreshold integer,
 :grpcHealthCheck {:grpcServiceName string,
                   :portSpecification string,
                   :portName string,
                   :port integer},
 :logConfig {:enable boolean}}

Updates a HealthCheck resource in the specified project using the data included in the request.
sourceraw docstring

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

× close