X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/051efbd3d843baa690b334e57fd09fad6a908bb9..1f6ec648c98262bfd36b1551d0f9ca98e7da5c2d:/doc/api/methods/job_tasks.html.textile.liquid diff --git a/doc/api/methods/job_tasks.html.textile.liquid b/doc/api/methods/job_tasks.html.textile.liquid index 6d031c9b3b..69c3f07e30 100644 --- a/doc/api/methods/job_tasks.html.textile.liquid +++ b/doc/api/methods/job_tasks.html.textile.liquid @@ -5,18 +5,27 @@ navmenu: API Methods title: "job_tasks" ... +{% 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/job_tasks@ -UUID type: @ot0gb@ +Object type: @ot0gb@ -Required arguments are displayed in %{background:#ccffcc}green%. +Example UUID: @zzzzz-ot0gb-0123456789abcde@ h2. Resource -Each JobTask has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html: +Deprecated. + +A job task is a individually scheduled unit of work executed as part of an overall job. + +Each JobTask has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html: table(table table-bordered table-condensed). |_. Attribute|_. Type|_. Description|_. Example| @@ -36,9 +45,11 @@ table(table table-bordered table-condensed). |job_uuid|string||| |created_by_job_task_uuid|string||| +h2. Methods +See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@. -h2. Methods +Required arguments are displayed in %{background:#ccffcc}green%. h3. create @@ -74,13 +85,7 @@ h3. list List job_tasks. -Arguments: - -table(table table-bordered table-condensed). -|_. Argument |_. Type |_. Description |_. Location |_. Example | -|limit|integer (default 100)|Maximum number of job_tasks to return.|query|| -|order|string|Order in which to return matching job_tasks.|query|| -|filters|array|Conditions for filtering job_tasks.|query|| +See "common resource list method.":{{site.baseurl}}/api/methods.html#index h3. update