Skip to content

iectl iem-v2 device system

executes system commands on an Edge Device. Valid options are: reboot, hard-reset, reset

Synopsis

This method executes system commands on an Edge Device. Valid options are: reboot, hard-reset, reset.

iectl iem-v2 device system [flags]

Options

      --deviceid <deviceid1>   device id on which command needs to be executed,to execute command on multiple devices repeat the argument--deviceid eg: --deviceid <deviceid1> --deviceid `<deviceid2>`
  -h, --help                   help for system
      --operation string       operation to perform on given devices. Valid options are: reboot, hard-reset, reset

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Example

$ iectl iem-v2 device system --deviceid "sampleDeviceId1" --deviceid "sampleDeviceId2" --operation "reset"

SEE ALSO