X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/172496748cb0a149426e8a10cb4fd1c64e20dbe7..54ee2b06add844efae0b0fcb97606102232974e6:/doc/api/methods/links.html.textile.liquid diff --git a/doc/api/methods/links.html.textile.liquid b/doc/api/methods/links.html.textile.liquid index 1913777e6b..04643443e6 100644 --- a/doc/api/methods/links.html.textile.liquid +++ b/doc/api/methods/links.html.textile.liquid @@ -5,45 +5,68 @@ navmenu: API Methods title: "links" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} +API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/links@ -Required arguments are displayed in %{background:#ccffcc}green%. +Object type: @o0j2j@ +Example UUID: @zzzzz-o0j2j-0123456789abcde@ -h2. create +h2. Resource -Create a new Link. +Links are an extensible way to describe relationships between Arvados objects and metadata about individual objects. -Arguments: +Each link has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html: table(table table-bordered table-condensed). -|_. Argument |_. Type |_. Description |_. Location |_. Example | -|link|object||query|| +|_. Attribute|_. Type|_. Description| +|head_uuid|string|The object being described or acted on.| +|tail_uuid|string|The origin or actor in the description or action (may be null).| +|link_class|string|Type of link| +|name|string|Primary value of the link.| +|properties|hash|Additional information, expressed as a key→value hash. Key: string. Value: string, number, array, or hash. May be used in queries using "subproperty filters":{{site.baseurl}}/api/methods.html#subpropertyfilters| -h2. delete +h2. Link classes -Delete an existing Link. +Some classes are pre-defined by convention and have standard meanings attached to names. -Arguments: +h3. permission + +See "permission links":{{site.baseurl}}/api/permission-model.html#links section of the permission model. + +h3. tag + +A **tag** link describes an object using an unparsed plain text string. Tags can be used to annotate objects that are not editable, like collections and objects shared as read-only. table(table table-bordered table-condensed). -|_. Argument |_. Type |_. Description |_. Location |_. Example | -{background:#ccffcc}.|uuid|string|The UUID of the Link in question.|path|| +|_. tail_type→head_type|_. name→head_uuid {properties}| +|→Collection | _tag name_ → _collection uuid_| +|→Job | _tag name_ → _job uuid_| + +h2. Methods + +See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@. -h2. destroy +Required arguments are displayed in %{background:#ccffcc}green%. + +h3. create -destroy links +Create a new Link. Arguments: table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | -{background:#ccffcc}.|uuid|string||path|| +|link|object||query|| -h2. get +h3. delete -Gets a Link's metadata by UUID. +Delete an existing Link. Arguments: @@ -51,29 +74,23 @@ table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | {background:#ccffcc}.|uuid|string|The UUID of the Link in question.|path|| -h2. list +h3. get -List links. +Gets a Link's metadata by UUID. Arguments: table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | -|limit|integer (default 100)|Maximum number of links to return.|query|| -|order|string|Order in which to return matching links.|query|| -|filters|array|Conditions for filtering links.|query|| - -h2. render_not_found +{background:#ccffcc}.|uuid|string|The UUID of the Link in question.|path|| -render_not_found links +h3. list -Arguments: +List links. -table(table table-bordered table-condensed). -|_. Argument |_. Type |_. Description |_. Location |_. Example | -{background:#ccffcc}.|a|string||path|| +See "common resource list method.":{{site.baseurl}}/api/methods.html#index -h2. update +h3. update Update attributes of an existing Link.