sync-status¶
- subtitle
Returns status of the sync operation for the operation id.
- version
0.9.126
Description¶
Returns status of the sync operation for the operation id. Operation Id should be one of the previously request sync operation.
Synopsis¶
sync-status
--operation-id <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--operation-id
(string)
operation-id for the previously requested sync operation for user sync or password.
--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 envs.
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.
startTime -> (string)
Sync operation start timestamp.
endTime -> (string)
Sync operation end timestamp.
Form Factors¶
public, private