X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3..28e50cc9480fdad416404542511a172cdc7253c7:/doc/api/methods/jobs.html.textile.liquid diff --git a/doc/api/methods/jobs.html.textile.liquid b/doc/api/methods/jobs.html.textile.liquid index 2f061866f9..13fa838767 100644 --- a/doc/api/methods/jobs.html.textile.liquid +++ b/doc/api/methods/jobs.html.textile.liquid @@ -11,6 +11,8 @@ 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/jobs@ Object type: @8i9sb@ @@ -19,8 +21,6 @@ Example UUID: @zzzzz-8i9sb-0123456789abcde@ h2. Resource -Deprecated. - A job describes a work order to be executed by the Arvados cluster. Each job has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html: @@ -32,7 +32,7 @@ table(table table-bordered table-condensed). |repository|string|Git repository name or URL.|Source of the repository where the given script_version is to be found. This can be given as the name of a locally hosted repository, or as a publicly accessible URL starting with @git://@, @http://@, or @https://@. Examples: @yourusername/yourrepo@ -@https://github.com/curoverse/arvados.git@| +@https://github.com/arvados/arvados.git@| |script_version|string|Git commit|During a **create** transaction, this is the Git branch, tag, or hash supplied by the client. Before the job starts, Arvados updates it to the full 40-character SHA-1 hash of the commit used by the job. See "Specifying Git versions":#script_version below for more detail about acceptable ways to specify a commit.| |cancelled_by_client_uuid|string|API client ID|Is null if job has not been cancelled|