SetCommandGroupRequestModel

Specifies information for issuing a new command to a group of endpoints.

NameDescriptionTypeAdditional Information
Command

The type of the command. Valid values are "scan", "cleanup", "uninstall", "changekeycode", "restart", "sysisolate".

string

Required

Parameters

The parameters required for the command.

changekeycode and sysisolate commands require a Parameters value to be specified - for changekeycode the value needs to be the keycode to change to, for sysisolate the value needs to be either "on" (for isolating) or "off" (for unisolating).

string

None.