list-recent-archive-runs

subtitle

List recent archive runs.

version

0.9.109

Description

Returns recent archive runs for a specified account.

Synopsis

  list-recent-archive-runs
[--limit <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--limit (integer)

The maximum number of archive runs to return.

--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

archiveRuns -> (array)

The archive runs.

item -> (object)

The public model for an archive run.

accountId -> (string)

The account ID for the archive run.

runId -> (string)

The run ID for the archive run, which uniquely identifies the run.

archiveId -> (string)

The archive ID for the batch of events archived by the run.

status -> (string)

Archive run status. CREATED - Indicates that an archive run has been created but has not yet completed. SUCCEEDED - Indicates that an archive run completed successfully. FAILED - Indicates that an archive run failed.

summary -> (string)

A summary of the outcome of the run.

details -> (string)

Additional details about the run, such as a stack trace.

creationTimestamp -> (datetime)

The creation timestamp of the archive run.

archiveTimestamp -> (datetime)

The archive timestamp of the batch.

Form Factors

public