apiCommand

Provides detailed information about a submitted command.

JSON

property type description
id id (long) The command ID.
name name (string) The command name.
startTime startTime (dateTime) The start time.
endTime endTime (dateTime) The end time, if the command is finished.
active active (boolean) Whether the command is currently active.
success success (boolean) If the command is finished, whether it was successful.
resultMessage resultMessage (string) If the command is finished, the result message.
resultDataUrl resultDataUrl (string) URL to the command's downloadable result data, if any exists.
serviceRef serviceRef (apiServiceRef) Reference to the service (for service commands only).
roleRef roleRef (apiRoleRef) Reference to the role (for role commands only).
hostRef hostRef (apiHostRef) Reference to the host (for host commands only).
parent parent (apiCommand) Reference to the parent command, if any.
children children (apiCommandList) List of child commands. Only available in the full view.

The list contains only the summary view of the children.