X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c198274863bb5d72ef34dfc311c62bf50d6bd4f4..949e4651a74241a184c1c63c59d7533b86f2dc52:/doc/api/methods/pipeline_instances.html.textile.liquid diff --git a/doc/api/methods/pipeline_instances.html.textile.liquid b/doc/api/methods/pipeline_instances.html.textile.liquid index 647fafed58..55baee9b5a 100644 --- a/doc/api/methods/pipeline_instances.html.textile.liquid +++ b/doc/api/methods/pipeline_instances.html.textile.liquid @@ -5,6 +5,13 @@ navmenu: API Methods title: "pipeline_instances" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +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_instances@ @@ -14,13 +21,13 @@ Example UUID: @zzzzz-d1hrv-0123456789abcde@ h2. Resource -Deprecated. A pipeline instance is a collection of jobs managed by @aravdos-run-pipeline-instance@. +Deprecated. A pipeline instance is a collection of jobs managed by @arvados-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_template.html that this instance was created from.|| +|pipeline_template_uuid|string|The "pipeline template":pipeline_templates.html that this instance was created from.|| |name|string||| |components|hash||| |success|boolean||| @@ -29,7 +36,7 @@ table(table table-bordered table-condensed). h2. Methods -See "Common resource methods":{{site.baseurl}}/api/methods.html more information about @create@, @delete@, @get@, @list@, and @update@. +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%.