/commands/{commandId}

Mount Point: /api/v11/commands/{commandId}

GET

Retrieve detailed information on an asynchronous command.

Cloudera Manager keeps the results and statuses of asynchronous commands, which have non-negative command IDs. On the other hand, synchronous commands complete immediately, and their results are passed back in the return object of the command execution API call. Outside of that return object, there is no way to check the result of a synchronous command.

Parameters

name description type default
commandId The command id. path

Response Body

element: command

Detailed command information.