10 See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html
12 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/groups@
14 Required arguments are displayed in %{background:#ccffcc}green%.
19 Retrieve a list of items which are associated with the given group by ownership (i.e., the group owns the item) or a "name" link (i.e., a "name" link referencing the item).
23 table(table table-bordered table-condensed).
24 |_. Argument |_. Type |_. Description |_. Location |_. Example |
25 {background:#ccffcc}.|uuid|string|The UUID of the group in question.|path||
26 |include_linked|boolean|If false, results will only include items whose @owner_uuid@ attribute is the specified group. If true, results will additionally include items for which a "name" link exists.|path|{white-space:nowrap}. @false@ (default)
29 If @include_linked@ is @true@, the @"links"@ field in the response will contain the "name" links referencing the objects in the @"items"@ field.
37 table(table table-bordered table-condensed).
38 |_. Argument |_. Type |_. Description |_. Location |_. Example |
39 |group|object||query||
43 Delete an existing Group.
47 table(table table-bordered table-condensed).
48 |_. Argument |_. Type |_. Description |_. Location |_. Example |
49 {background:#ccffcc}.|uuid|string|The UUID of the Group in question.|path||
53 Gets a Group's metadata by UUID.
57 table(table table-bordered table-condensed).
58 |_. Argument |_. Type |_. Description |_. Location |_. Example |
59 {background:#ccffcc}.|uuid|string|The UUID of the Group in question.|path||
67 table(table table-bordered table-condensed).
68 |_. Argument |_. Type |_. Description |_. Location |_. Example |
69 |limit|integer (default 100)|Maximum number of groups to return.|query||
70 |order|string|Order in which to return matching groups.|query||
71 |filters|array|Conditions for filtering groups.|query||
79 table(table table-bordered table-condensed).
80 |_. Argument |_. Type |_. Description |_. Location |_. Example |
81 {background:#ccffcc}.|uuid|string||path||
85 Update attributes of an existing Group.
89 table(table table-bordered table-condensed).
90 |_. Argument |_. Type |_. Description |_. Location |_. Example |
91 {background:#ccffcc}.|uuid|string|The UUID of the Group in question.|path||
92 |group|object||query||