API endpoint base: https://pirca.arvadosapi.com/arvados/v1/logs
Object type: 57u5n
Example UUID: zzzzz-57u5n-0123456789abcde
Each Log has, in addition to the Common resource fields:
Attribute | Type | Description | Example |
---|---|---|---|
object_uuid | string | The arvados object that is the subject of the log. | |
event_at | datetime | ||
event_type | string | A user-defined category or type for this event. | LOGIN |
summary | text | ||
properties | hash |
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.
Arvados uses Logs to record creation, deletion, and updates of other Arvados resources.
See Common resource methods for more information about create
, delete
, get
, list
, and update
.
Required arguments are displayed in green.
Create a new log entry.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
log | object | query |
Delete an existing log entry. This method can only be used by privileged (system administrator) users.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
uuid | string | The UUID of the log entry in question. | path |
Retrieve a log entry.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
uuid | string | The UUID of the log entry in question. | path |
List log entries.
See common resource list method.
Update attributes of an existing log entry. This method can only be used by privileged (system administrator) users.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
uuid | string | The UUID of the log entry in question. | path | |
log | object | query |
The content of this documentation is licensed under the
Creative
Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the
Apache License, Version 2.0.