Documentation: fix typo.
[arvados.git] / doc / api / methods / pipeline_instances.html.textile.liquid
index 5e9cb30febd790e35273b4c07c18a666d32f585c..55baee9b5ab248d7f270eb3ff10d908270a48131 100644 (file)
@@ -5,88 +5,78 @@ navmenu: API Methods
 title: "pipeline_instances"
 
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
 
-h1. pipeline_instances
-
-Required arguments are displayed in %{background:#ccffcc}green%.
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
+p=. *Legacy.  This endpoint is read-only and disabled by default in new installations.*
 
-h2. create
-
-Create a new PipelineInstance.
+API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/pipeline_instances@
 
-Arguments:
+Object type: @d1hrv@
 
-table(table table-bordered table-condensed).
-|_. Argument |_. Type |_. Description |_. Location |_. Example |
-|pipeline_instance|object||query||
+Example UUID: @zzzzz-d1hrv-0123456789abcde@
 
-h2. delete
+h2. Resource
 
-Delete an existing PipelineInstance.
+Deprecated.  A pipeline instance is a collection of jobs managed by @arvados-run-pipeline-instance@.
 
-Arguments:
+Each PipelineInstance has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html:
 
 table(table table-bordered table-condensed).
-|_. Argument |_. Type |_. Description |_. Location |_. Example |
-{background:#ccffcc}.|uuid|string|The UUID of the PipelineInstance in question.|path||
+|_. 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. destroy
+h2. Methods
 
-destroy pipeline_instances
+See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
 
-Arguments:
-
-table(table table-bordered table-condensed).
-|_. Argument |_. Type |_. Description |_. Location |_. Example |
-{background:#ccffcc}.|uuid|string||path||
+Required arguments are displayed in %{background:#ccffcc}green%.
 
-h2. get
+h3. create
 
-Gets a PipelineInstance's metadata by UUID.
+Create a new PipelineInstance.
 
 Arguments:
 
 table(table table-bordered table-condensed).
 |_. Argument |_. Type |_. Description |_. Location |_. Example |
-{background:#ccffcc}.|uuid|string|The UUID of the PipelineInstance in question.|path||
+|pipeline_instance|object||query||
 
-h2. index
+h3. delete
 
-index pipeline_instances
+Delete an existing PipelineInstance.
 
 Arguments:
 
 table(table table-bordered table-condensed).
 |_. Argument |_. Type |_. Description |_. Location |_. Example |
-|order|string||query||
-|where|object||query||
+{background:#ccffcc}.|uuid|string|The UUID of the PipelineInstance in question.|path||
 
-h2. list
+h3. get
 
-List pipeline_instances.
+Gets a PipelineInstance's metadata by UUID.
 
 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||
-|pageToken|string|Page token.|query||
-|q|string|Query string for searching pipeline_instances.|query||
-|where|object|Conditions for filtering pipeline_instances.|query||
-
-h2. show
+{background:#ccffcc}.|uuid|string|The UUID of the PipelineInstance in question.|path||
 
-show pipeline_instances
+h3. list
 
-Arguments:
+List pipeline_instances.
 
-table(table table-bordered table-condensed).
-|_. Argument |_. Type |_. Description |_. Location |_. Example |
-{background:#ccffcc}.|uuid|string||path||
+See "common resource list method.":{{site.baseurl}}/api/methods.html#index
 
-h2. update
+h3. update
 
 Update attributes of an existing PipelineInstance.