JSON_batchUpgradeProgressCond

JSON message about search conditions of terminal upgrade progress

{
  "batchUpgradeProgressCond": {
    "targetType": "",
/*optional, string, search mode: "byTerminal"-by terminal, "byOrg"-by organization, "all"-get the upgrade progress of all terminal*/
    "terminalNoList":,
/*optional, array, terminal ID list, this field is required only when targetType is "byTerminal"*/
    "orgIdList":
/*optional, array, organization ID list, this field is required only when targetType is "byOrg"*/
  }
}