SCI Targets

Each element under Targets can be thought of as an OR statement, thus you can specify multiple group paths, and it will effect each path specified.

The targets field within an SCI request can be one of the following elements:

  • <device id="{device_id}"/> When included in an SCI request, this element specifies a particular device ID. Requests issued will only be sent to the specified device.
  • <device id="all"/> When included in an SCI request, this element specifies the device IDs of all of your Remote Manager-registered devices. Requests issued will be sent to all of the devices registered within your Remote Manager user account.
  • <device tag="{tag name}"/> When included in an SCI request, this element specifies a particular tag name. Requests issued will be sent to all of the devices containing the specified tag name.
  • <group path="{group name}"/> When included in an SCI request, this element specifies a particular group name. Requests issued will be sent to each of the devices contained within the specified group.