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", "sysisolate").

string

None.

Parameters

The parameters associated with the command, if any.

e.g. changekeycode and sysisolate commands have Parameters value specified - for changekeycode the value will be the changed keycode, for sysisolate the value will be either "on" (for isolating) or "off" (for unisolating).

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.