get-repair-freeipa-status

subtitle

Returns status of the repair operation for the operation id.

version

0.9.109

Description

Returns status of the repair operation for the operation id. Operation Id should be one of the previously requested repair operation ids.

Synopsis

  get-repair-freeipa-status
--operation-id <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--operation-id (string)

operation-id for the previously requested repair operation.

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

status -> (string)

Status of a repair operation.

successfulOperationDetails -> (array)

List of operation details for all successes. If the repair is only partially successful both successful and failure operation details will be populated.

item -> (object)

Details object of the repair operation for success or falure.

environmentCrn -> (string)

environment crn.

message -> (string)

The detail of the success or failure.

failureOperationDetails -> (array)

List of operation details for failures. If the repair is only partially successful both successful and failure operation details will be populated.

item -> (object)

Details object of the repair 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. The error will typically contain the high level information such as the assocated repair failure phase.

startDate -> (datetime)

Date when the operation started.

endDate -> (datetime)

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

Form Factors

public, private