X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8eaad00b025167a7505ba11ad6a05b52a43c2399..44c95f99098fa6c6acbfa82d4b6cbc6015eb6e39:/doc/api/methods/pipeline_instances.html.textile.liquid?ds=sidebyside diff --git a/doc/api/methods/pipeline_instances.html.textile.liquid b/doc/api/methods/pipeline_instances.html.textile.liquid index d637a696eb..09fd4fe481 100644 --- a/doc/api/methods/pipeline_instances.html.textile.liquid +++ b/doc/api/methods/pipeline_instances.html.textile.liquid @@ -5,15 +5,40 @@ navmenu: API Methods title: "pipeline_instances" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. -See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/pipeline_instances@ -Required arguments are displayed in %{background:#ccffcc}green%. +Object type: @d1hrv@ + +Example UUID: @zzzzz-d1hrv-0123456789abcde@ + +h2. Resource + +Deprecated. A pipeline instance is a collection of jobs managed by @aravdos-run-pipeline-instance@. + +Each PipelineInstance has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html: + +table(table table-bordered table-condensed). +|_. Attribute|_. Type|_. Description|_. Example| +|pipeline_template_uuid|string|The "pipeline template":pipeline_templates.html that this instance was created from.|| +|name|string||| +|components|hash||| +|success|boolean||| +|active|boolean||| +|properties|Hash||| +h2. Methods -h2. create +See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@. + +Required arguments are displayed in %{background:#ccffcc}green%. + +h3. create Create a new PipelineInstance. @@ -23,7 +48,7 @@ table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | |pipeline_instance|object||query|| -h2. delete +h3. delete Delete an existing PipelineInstance. @@ -33,7 +58,7 @@ table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | {background:#ccffcc}.|uuid|string|The UUID of the PipelineInstance in question.|path|| -h2. get +h3. get Gets a PipelineInstance's metadata by UUID. @@ -43,19 +68,13 @@ table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | {background:#ccffcc}.|uuid|string|The UUID of the PipelineInstance in question.|path|| -h2. list +h3. list List pipeline_instances. -Arguments: - -table(table table-bordered table-condensed). -|_. Argument |_. Type |_. Description |_. Location |_. Example | -|limit|integer (default 100)|Maximum number of pipeline_instances to return.|query|| -|order|string|Order in which to return matching pipeline_instances.|query|| -|filters|array|Conditions for filtering pipeline_instances.|query|| +See "common resource list method.":{{site.baseurl}}/api/methods.html#index -h2. update +h3. update Update attributes of an existing PipelineInstance.