9 See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html
11 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/logs@
13 Required arguments are displayed in %{background:#ccffcc}green%.
17 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.
21 Arvados uses Logs to record creation, deletion, and updates of other Arvados resources.
25 Each Log has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
27 table(table table-bordered table-condensed).
28 |_. Attribute|_. Type|_. Description|_. Example|
29 |object_uuid|string|||
31 |event_type|string|A user-defined category or type for this event.|@LOGIN@|
39 Create a new log entry.
43 table(table table-bordered table-condensed).
44 |_. Argument |_. Type |_. Description |_. Location |_. Example |
49 Delete an existing log entry. This method can only be used by privileged (system administrator) users.
53 table(table table-bordered table-condensed).
54 |_. Argument |_. Type |_. Description |_. Location |_. Example |
55 {background:#ccffcc}.|uuid|string|The UUID of the log entry in question.|path||
63 table(table table-bordered table-condensed).
64 |_. Argument |_. Type |_. Description |_. Location |_. Example |
65 {background:#ccffcc}.|uuid|string|The UUID of the log entry in question.|path||
73 table(table table-bordered table-condensed).
74 |_. Argument |_. Type |_. Description |_. Location |_. Example |
75 |limit|integer (default 100)|Maximum number of log entries to return.|query||
76 |order|string|Order in which to return matching log entries.|query||
77 |filters|array|Conditions for filtering log entries.|query||
81 Update attributes of an existing log entry. This method can only be used by privileged (system administrator) users.
85 table(table table-bordered table-condensed).
86 |_. Argument |_. Type |_. Description |_. Location |_. Example |
87 {background:#ccffcc}.|uuid|string|The UUID of the log entry in question.|path||