5 title: "pipeline_instances"
11 Required arguments are displayed in %{background:#ccffcc}green%.
16 Create a new PipelineInstance.
20 table(table table-bordered table-condensed).
21 |_. Argument |_. Type |_. Description |_. Location |_. Example |
22 |pipeline_instance|object||query||
26 Delete an existing PipelineInstance.
30 table(table table-bordered table-condensed).
31 |_. Argument |_. Type |_. Description |_. Location |_. Example |
32 {background:#ccffcc}.|uuid|string|The UUID of the PipelineInstance in question.|path||
36 destroy pipeline_instances
40 table(table table-bordered table-condensed).
41 |_. Argument |_. Type |_. Description |_. Location |_. Example |
42 {background:#ccffcc}.|uuid|string||path||
46 Gets a PipelineInstance's metadata by UUID.
50 table(table table-bordered table-condensed).
51 |_. Argument |_. Type |_. Description |_. Location |_. Example |
52 {background:#ccffcc}.|uuid|string|The UUID of the PipelineInstance in question.|path||
56 index pipeline_instances
60 table(table table-bordered table-condensed).
61 |_. Argument |_. Type |_. Description |_. Location |_. Example |
62 |order|string||query||
63 |where|object||query||
67 List pipeline_instances.
71 table(table table-bordered table-condensed).
72 |_. Argument |_. Type |_. Description |_. Location |_. Example |
73 |limit|integer (default 100)|Maximum number of pipeline_instances to return.|query||
74 |order|string|Order in which to return matching pipeline_instances.|query||
75 |pageToken|string|Page token.|query||
76 |q|string|Query string for searching pipeline_instances.|query||
77 |where|object|Conditions for filtering pipeline_instances.|query||
81 show pipeline_instances
85 table(table table-bordered table-condensed).
86 |_. Argument |_. Type |_. Description |_. Location |_. Example |
87 {background:#ccffcc}.|uuid|string||path||
91 Update attributes of an existing PipelineInstance.
95 table(table table-bordered table-condensed).
96 |_. Argument |_. Type |_. Description |_. Location |_. Example |
97 {background:#ccffcc}.|uuid|string|The UUID of the PipelineInstance in question.|path||
98 |pipeline_instance|object||query||