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: filter, includeAllScopes, pageToken, orderBy, maxResults, returnPartialSuccess

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: filter, includeAllScopes, pageToken, orderBy, maxResults, returnPartialSuccess

Retrieves the list of all HealthCheck resources, regional and global, available to the specified project.
raw 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.
raw 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.
raw 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 {: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/healthChecks/insert

Required parameters: 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}}

Creates a HealthCheck 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/healthChecks/list

Required parameters: project

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

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: pageToken, filter, returnPartialSuccess, orderBy, maxResults

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

patch$clj

(patch$ auth parameters body)

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

Required parameters: 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. 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: 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. 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/healthChecks/update

Required parameters: 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.

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

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

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

× close