get-audit-events

subtitle

Gets all the events belong to a workspace crn.

version

0.9.111

Description

Gets all the events belong to a workspace 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 workspace 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 workspace crn.

workspaceCrn -> (string)

Workspace crn unique for the set of audit events.

events -> (array)

AuditEvent belong to the workspace crn.

item -> (object)

Audit event descibes an performed or performing in a given workspace.

workspaceCrn -> (string)

Workspace 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