get-table-status-details

subtitle

Get table status details.

version

0.9.159

Description

Get details on table’s current status.

Synopsis

  get-table-status-details
--datahub-crn <value>
--namespace <value>
--table-name <value>
--policy-name <value>
--status <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--datahub-crn (string)

The CRN of the CLO Data Hub.

--namespace (string)

The namespace.

--table-name (string)

The table name.

--policy-name (string)

The policy name.

--status (string)

The table status. It can be UNAVAILABLE, SUCCESS, ERROR, PAUSED. UNAVAILABLE if no tasks ran recently, SUCCESS if recent task got completed successfully, ERROR if recent task has failed, PAUSED if the table is in paused state.

Possible values:

  • UNAVAILABLE

  • SUCCESS

  • ERROR

  • PAUSED

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

pausedTable -> (object)

The paused table details.

message -> (string)

The paused message.

details -> (object)

The paused details.

pausedSince -> (string)

The paused time in ISO format.

reasons -> (array)

The list containing the reasons for table getting paused.

item -> (string)

recentTask -> (object)

The maintenance task that ran on a table.

actions -> (array)

The list of actions that ran with a policy on a table.

item -> (object)

Describes metadata for action on the table.

action -> (string)

Action that was performed on the table.

status -> (string)

Status of the action.

policyName -> (string)

Policy name.

tableName -> (string)

Table name.

lastExecutionTime -> (integer)

The recent policy execution epoch time in milliseconds.

Form Factors

public