Gets the definition of the specified pipeline. You can call
get_pipeline_definition
to
retrieve the pipeline definition that you provided using
put_pipeline_definition
.
datapipeline_get_pipeline_definition(pipelineId, version)
[required] The ID of the pipeline.
The version of the pipeline definition to retrieve. Set this parameter
to latest
(default) to use the last definition saved to the pipeline
or active
to use the last definition that was activated.
A list with the following syntax:
list( pipelineObjects = list( list( id = "string", name = "string", fields = list( list( key = "string", stringValue = "string", refValue = "string" ) ) ) ), parameterObjects = list( list( id = "string", attributes = list( list( key = "string", stringValue = "string" ) ) ) ), parameterValues = list( list( id = "string", stringValue = "string" ) ) )
svc$get_pipeline_definition( pipelineId = "string", version = "string" )