9 Copyright (C) The Arvados Authors. All rights reserved.
11 SPDX-License-Identifier: CC-BY-SA-3.0
14 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/logs@
18 Example UUID: @zzzzz-57u5n-0123456789abcde@
22 Each Log has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html:
24 table(table table-bordered table-condensed).
25 |_. Attribute|_. Type|_. Description|_. Example|
26 |object_uuid|string|The arvados object that is the subject of the log.||
28 |event_type|string|A user-defined category or type for this event.|@LOGIN@|
34 Any user may create Log entries for any event they find useful. User-generated Logs have no intrinsic meaning to other users or to the Arvados system itself; it is up to each user to choose appropriate log event types and summaries for their project.
38 Arvados uses Logs to record creation, deletion, and updates of other Arvados resources.
42 See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
44 Required arguments are displayed in %{background:#ccffcc}green%.
48 Create a new log entry.
52 table(table table-bordered table-condensed).
53 |_. Argument |_. Type |_. Description |_. Location |_. Example |
58 Delete an existing log entry. This method can only be used by privileged (system administrator) users.
62 table(table table-bordered table-condensed).
63 |_. Argument |_. Type |_. Description |_. Location |_. Example |
64 {background:#ccffcc}.|uuid|string|The UUID of the log entry in question.|path||
72 table(table table-bordered table-condensed).
73 |_. Argument |_. Type |_. Description |_. Location |_. Example |
74 {background:#ccffcc}.|uuid|string|The UUID of the log entry in question.|path||
80 See "common resource list method.":{{site.baseurl}}/api/methods.html#index
84 Update attributes of an existing log entry. This method can only be used by privileged (system administrator) users.
88 table(table table-bordered table-condensed).
89 |_. Argument |_. Type |_. Description |_. Location |_. Example |
90 {background:#ccffcc}.|uuid|string|The UUID of the log entry in question.|path||