X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/051efbd3d843baa690b334e57fd09fad6a908bb9..1f6ec648c98262bfd36b1551d0f9ca98e7da5c2d:/doc/api/methods/pipeline_templates.html.textile.liquid diff --git a/doc/api/methods/pipeline_templates.html.textile.liquid b/doc/api/methods/pipeline_templates.html.textile.liquid index 672b274c8b..141072c51c 100644 --- a/doc/api/methods/pipeline_templates.html.textile.liquid +++ b/doc/api/methods/pipeline_templates.html.textile.liquid @@ -5,18 +5,25 @@ navmenu: API Methods title: "pipeline_templates" ... +{% 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 %} + +p=. *Legacy. This endpoint is read-only and disabled by default in new installations.* API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/pipeline_templates@ -UUID type: @p5p6p@ +Object type: @p5p6p@ -Required arguments are displayed in %{background:#ccffcc}green%. +Example UUID: @zzzzz-p5p6p-0123456789abcde@ h2. Resource -Each PipelineTemplate has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html: +Deprecated. A pipeline template is a collection of jobs that can be instantiated as a pipeline_instance. + +Each PipelineTemplate has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html: table(table table-bordered table-condensed). |_. Attribute|_. Type|_. Description|_. Example| @@ -70,7 +77,7 @@ This is a pipeline named "Filter MD5 hash values" with two components, "do_hash" "do_hash": { "script": "hash.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { "input": { "required": true, @@ -83,7 +90,7 @@ This is a pipeline named "Filter MD5 hash values" with two components, "do_hash" "filter": { "script": "0-filter.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { "input": { "output_of": "do_hash" @@ -103,13 +110,13 @@ This pipeline consists of three components. The components "thing1" and "thing2 "cat_in_the_hat": { "script": "cat.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { } }, "thing1": { "script": "thing1.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { "input": { "output_of": "cat_in_the_hat" @@ -119,7 +126,7 @@ This pipeline consists of three components. The components "thing1" and "thing2 "thing2": { "script": "thing2.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { "input": { "output_of": "cat_in_the_hat" @@ -139,19 +146,19 @@ This pipeline consists of three components. The component "cleanup" depends on "thing1": { "script": "thing1.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { } }, "thing2": { "script": "thing2.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { } }, "cleanup": { "script": "cleanup.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { "mess1": { "output_of": "thing1" @@ -167,6 +174,10 @@ This pipeline consists of three components. The component "cleanup" depends on h2. Methods +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 PipelineTemplate. @@ -201,13 +212,7 @@ h3. list List pipeline_templates. -Arguments: - -table(table table-bordered table-condensed). -|_. Argument |_. Type |_. Description |_. Location |_. Example | -|limit|integer (default 100)|Maximum number of pipeline_templates to return.|query|| -|order|string|Order in which to return matching pipeline_templates.|query|| -|filters|array|Conditions for filtering pipeline_templates.|query|| +See "common resource list method.":{{site.baseurl}}/api/methods.html#index h3. update