command_exec_resp_object
object#Object containing command execution information.
undefined.idstring#Command execution ID.
undefined.statestring#Command execution state. Possible values:
NEWIN_PROGRESSSUCCESSERRORTIMEOUT
undefined.created_atstring#The datetime when the execution was created, in RFC 3339 format.
undefined.requestobject#CommandRequestobject contains execution request information.CommandRequest.namestring#A command name as it is or an alias.
CommandRequest.argumentsobject#The command arguments are specified in the device blueprint manifest.
This is an object whose keys are the names of the arguments and whose values are the corresponding argument values.
CommandRequest.manifest_namestring#A command name specified in the device manifest.
undefined.responseobject#CommandResponseobject with response information.CommandResponse.statestring#Command response state. Possible values:
STARTEDIN_PROGRESSSUCCEEDEDERROR
CommandResponse.payloadobject#The payload depends on the response state.
CommandResponse.received_atstring#The datetime when the response was received, in RFC 3339 format.
execution.logarray of objects#The log contains a list of
CommandResponseobjects.CommandResponse.statestring#Command response state. Possible values:
STARTEDIN_PROGRESSSUCCEEDEDERROR
CommandResponse.payloadobject#The payload depends on the response state.
CommandResponse.received_atstring#The datetime when the response was received, in RFC 3339 format.
undefined.ephemeralboolean#Shows whether the command has a limited TTL (time-to-live).