last-sync-status

subtitle

Returns status of the sync operation for the environment crn.

version

0.9.126

Description

Returns status of the sync operation for the environment based on crn.

Synopsis

  last-sync-status
--env-name-or-crn <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--env-name-or-crn (string)

Name or Crn of the environment.

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

operationId -> (string)

UUID of the request for this operation. This Id can be used for geting status on the operation.

operationType -> (string)

Operation Type.

status -> (string)

Status of a sync operation.

success -> (array)

List of sync operation details for all succeeded environments.

item -> (object)

Details object of the sync operation for success or falure.

environmentCrn -> (string)

environment crn.

message -> (string)

The detail of the success or failure.

failure -> (array)

List of sync operation details for all failed environments.

item -> (object)

Details object of the sync operation for success or falure.

environmentCrn -> (string)

environment crn.

message -> (string)

The detail of the success or failure.

error -> (string)

If there is any error associated. The error will be populated on any error and it may be populated when the operation failure details are empty.

startDate -> (datetime)

Date when the sync operation started.

endDate -> (datetime)

Date when the sync operation ended. Omitted if operation has not ended.

Form Factors

public, private