Skip to content

Pipeline

Properties

Name Type Description Notes
id String Unique resource ID of a WOX pipeline in WOX API. [optional] [default to null]
name String Relative resource name of a WOX pipeline (`path-noscheme`), assigned by system when pipeline is created. [optional] [default to null]
createTime Date Creation timestamp of this resource. [optional] [default to null]
updateTime Date Last modified timestamp of this resource. [optional] [default to null]
inactiveTime Date Timestamp when the pipeline became inactive. [optional] [default to null]
reconciling Boolean While `true`, the API does not accept any requests that will cause the transition of this resource to another status. When a management resource transitions between a current status and another status and the transition is a long-running operation, typically because it depends on other long-running operations with complex or concurrent changes of cloud resource states, the service will set this flag to `true`. As soon as the reconciliation is completed, typically when the management resource transitioned into the target status, the service will set this flag to `false`. [optional] [default to null]
repository JobV2RepositorySigil [optional] [default to null]
status PipelineStatus [optional] [default to null]
org OrgAccountSigil [optional] [default to null]
repoLastRequestTime Date Last modified timestamp of this resource. [optional] [default to null]
pipelineInput PipelineInputConfig [optional] [default to null]
pipelineOutput PipelineOutput [optional] [default to null]
jobTypesConfig PipelineJobTypesConfig [optional] [default to null]
isSynthetic Boolean Typically, this should be `\"isSynthetic\": false`. If `\"isSynthetic\": true`, this pipeline does not produce real job results, but synthetic job responses. This flag CANNOT be changed once a pipeline was created. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]