GetCommandsResponseModel_Command

Provides details about executed commands.

NameDescriptionTypeAdditional Information
DateRequested

The date the command was requested.

date

None.

EndpointId

The endpoint identifier.

string

None.

HostName

The endpoints hostname.

string

None.

StartDate

Earliest date the command can be run.

date

None.

EndDate

Latest date the command can be run.

date

None.

Command

The type of command ("scan", "cleanup", "uninstall", "changekeycode", "restart").

string

None.

Parameters

The parameters required for the command (e.g. the keycode has to be specified as parameter when issuing a "changekeycode" command).

string

None.

CommandState

The state of the command. Valid values are:

  • 1 for "elapsed": The command elapsed as the endpoint did not report in within a valid time window.
  • 2 for "not yet received": The endpoint has not yet reported to pick up the command, but is still in a valid time window.
  • 3 for "executed": The endpoint reported in and the command has been sent.
  • 4 for "scheduled": The command has not been sent yet.

integer

None.