GetCommandsResponseModel_Command
Provides details about executed commands.
| Name | Description | Type | Additional 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:
|
integer |
None. |