
WaitForState
CertifiedWait for a Clever Cloud deployment to reach a target state
WaitForState
Certified
Wait for a Clever Cloud deployment to reach a target state
yaml
type: io.kestra.plugin.clevercloud.deployments.WaitForStateExamples
yaml
id: wait_deployment
namespace: company.team
tasks:
- id: wait
type: io.kestra.plugin.clevercloud.deployments.WaitForState
apiToken: "{{ secret('CC_API_TOKEN') }}"
organisationId: "orga_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
applicationId: "app_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
deploymentId: "{{ inputs.deploymentId }}"
pollInterval: PT10S
timeout: PT10M
Properties
apiToken *Requiredstring
applicationId *Requiredstring
deploymentId *Requiredstring
failOnUnreached booleanstring
Default
falseoptions Non-dynamic
Definitions
io.kestra.core.http.client.configurations.HttpConfiguration
allowFailedbooleanstring
Default
falseallowedResponseCodesarray
SubTypeinteger
auth
io.kestra.core.http.client.configurations.BasicAuthConfiguration
type*Requiredobject
passwordstring
usernamestring
io.kestra.core.http.client.configurations.BearerAuthConfiguration
type*Requiredobject
tokenstring
io.kestra.core.http.client.configurations.DigestAuthConfiguration
type*Requiredobject
passwordstring
usernamestring
basicAuthPasswordDeprecatedstring
basicAuthUserDeprecatedstring
connectTimeoutDeprecatedstring
Format
durationconnectionPoolIdleTimeoutDeprecatedstring
Format
durationdefaultCharsetstring
Default
UTF-8java.nio.charset.Charset
enabledTcpExtendedKeepAlivebooleanstring
Default
truefollowRedirectsbooleanstring
Default
truelogLevelDeprecatedstring
Possible Values
ALLTRACEDEBUGINFOWARNERROROFFNOT_SPECIFIEDlogsarray
SubTypestring
Possible Values
REQUEST_HEADERSREQUEST_BODYRESPONSE_HEADERSRESPONSE_BODYmaxContentLengthDeprecatedinteger
proxy
io.kestra.core.http.client.configurations.ProxyConfiguration
addressstring
passwordstring
portintegerstring
typestring
Default
DIRECTPossible Values
DIRECTHTTPSOCKSusernamestring
proxyAddressDeprecatedstring
proxyPasswordDeprecatedstring
proxyPortDeprecatedinteger
proxyTypeDeprecatedstring
Possible Values
DIRECTHTTPSOCKSproxyUsernameDeprecatedstring
readIdleTimeoutDeprecatedstring
Format
durationreadTimeoutDeprecatedstring
Format
durationssl
io.kestra.core.http.client.configurations.SslOptions
insecureTrustAllCertificatesbooleanstring
timeout
io.kestra.core.http.client.configurations.TimeoutConfiguration
connectTimeoutstring
readIdleTimeoutstring
Default
PT5MorganisationId string
pluginDefaultsRef Non-dynamicstring
pollInterval string
Default
PT15StargetState string
Default
OKPossible Values
WIPOKFAILCANCELLEDtimeout string
Default
PT30MOutputs
deploymentId string
reachedTarget boolean
Default
false