Show the activity history (audit log) of a given user, cluster, or organization.
Syntax
activity history of { user <username> | organization <organization reference> | cluster <cluster reference>} [from "<start>" [to "<end>"]] [limit <limit> [offset <offset>]]
Parameters
organization reference
, cluster reference
or username
String. Name of the cluster, user or organization to show history for.
start
String. ISO-8601 formatted string including the timezone, such as 2021-04-29T08:12:23Z
. If the timezone is omitted, it will default to UTC. If the time and time zone portions are omitted, it will default to T00:00:00
. The provided time must be before end
, and it must be in the past.
Default: Instant.MIN.
end
String. ISO-8601 formatted string including the timezone, such as 2021-04-29T08:12:23Z
. If the timezone is omitted, it will default to UTC. If the time and time zone portions are omitted, it will default to T00:00:00
. Can only be used if start is explicitly defined. Default: Instant.MAX.
limit
Integer. Maximum number of history results to show. Default: 50.
offset
Integer. Number of results to omit from the beginning of the query, allowing farther past records to be queried. Can only be used if limit is explicitly defined. Default: 0.