get-audit-events¶
- subtitle
Gets all the events belong to a workbench crn.
- version
0.9.126
Description¶
Gets all the events belong to a workbench crn.
Synopsis¶
get-audit-events
[--resource-crn <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--resource-crn
(string)
Resource crn for which audit events to be fetched. Resource can be workbench or model registry.
--cli-input-json
(string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton
. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton
(boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json
.
Output¶
auditEvents -> (object)
AuditEvents contains all the audit events for a given workbench crn.
workspaceCrn -> (string)
workbench crn unique for the set of audit events.
events -> (array)
AuditEvent belong to the workbench crn.
item -> (object)
Audit event descibes an performed or performing in a given workbench.
workspaceCrn -> (string)
workbench crn where the event observed.
userCrn -> (string)
UserCrn to track which user has caused the event.
requestID -> (string)
Unique request ID to keep track of event.
action -> (string)
Action the user has generated.
createdDate -> (datetime)
Time at creation of event.
Form Factors¶
public, private