SetCommandRequestModel

Specifies information for issuing a new command to a list of endpoints, or to all endpoints on a site.

NameDescriptionTypeAdditional Information
EndpointsList

Comma delimited string of endpoint ids. If not specified, the command gets applied to all endpoints on the site.

string

None.

Command

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

string

Required

Parameters

The parameters required for the command (e.g. required for the "changekeycode" command to specify the keycode).

string

None.