| 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 | | [optional] |
| service_ref | ApiServiceRef | | [optional] |
| role_ref | ApiRoleRef | | [optional] |
| host_ref | ApiHostRef | | [optional] |
| parent | ApiCommand | | [optional] |
| children | ApiCommandList | | [optional] |
| can_retry | bool | If the command can be retried. Available since V11 | [optional] |