Skip to main content

command_exec_resp_object

object#

Object containing command execution information.

undefined.idstring#

Command execution ID.

undefined.statestring#

Command execution state. Possible values:

  • NEW
  • IN_PROGRESS
  • SUCCESS
  • ERROR
  • TIMEOUT
undefined.created_atstring#

The datetime when the execution was created, in RFC 3339 format.

undefined.requestobject#

CommandRequest object 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#

CommandResponse object with response information.

CommandResponse.statestring#

Command response state. Possible values:

  • STARTED
  • IN_PROGRESS
  • SUCCEEDED
  • ERROR
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 CommandResponse objects.

CommandResponse.statestring#

Command response state. Possible values:

  • STARTED
  • IN_PROGRESS
  • SUCCEEDED
  • ERROR
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).

All Rights Reserved © 2025 Enapter AG.