X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/becada3b24006cf39417335794cb46556d7aa605..08d0b1ab43499b7f13462d5e3555d239b4634d22:/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 a343d5449d..deee3a5806 100644 --- a/doc/api/methods/job_tasks.html.textile.liquid +++ b/doc/api/methods/job_tasks.html.textile.liquid @@ -5,16 +5,25 @@ 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 %} API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/job_tasks@ -Required arguments are displayed in %{background:#ccffcc}green%. +Object type: @ot0gb@ + +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| @@ -34,9 +43,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 @@ -72,13 +83,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