| id  |  int  |  The command ID.  |  [optional] | 
| name  |  str  |  The command name.  |  [optional] | 
| start_time  |  str  |  The start time.  |  [optional] | 
| end_time  |  str  |  The end time, if the command is finished.  |  [optional] | 
| active  |  bool  |  Whether the command is currently active.  |  [optional] | 
| success  |  bool  |  If the command is finished, whether it was successful.  |  [optional] | 
| result_message  |  str  |  If the command is finished, the result message.  |  [optional] | 
| result_data_url  |  str  |  URL to the command's downloadable result data, if any exists.  |  [optional] | 
| cluster_ref  |  ApiClusterRef  |  Reference to the cluster (for cluster commands only).  |  [optional] | 
| service_ref  |  ApiServiceRef  |  Reference to the service (for service commands only).  |  [optional] | 
| role_ref  |  ApiRoleRef  |  Reference to the role (for role commands only).  |  [optional] | 
| host_ref  |  ApiHostRef  |  Reference to the host (for host commands only).  |  [optional] | 
| parent  |  ApiCommand  |  Reference to the parent command, if any.  |  [optional] | 
| children  |  ApiCommandList  |  List of child commands. Only available in the full view. <p> The list contains only the summary view of the children.  |  [optional] | 
| can_retry  |  bool  |  If the command can be retried. Available since V11  |  [optional] | 
| hbase_result  |  ApiHBaseSnapshotResult  |  Results for snapshot commands on HBase services.  |  [optional] | 
| hdfs_result  |  ApiHdfsSnapshotResult  |  Results for snapshot commands on Hdfs services.  |  [optional] |