GET v1/Device/GetPmuCommandStatus?pmuId={pmuId}

查询采集器是否有未完成的命令

Request Information

Parameters

NameDescriptionAdditional information
pmuId
采集器ID

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Count": 1,
  "Message": "sample string 1",
  "Authority": true
}