GET v1/Device/IsExistSn?deviceId={deviceId}&PmuId={PmuId}&sn={sn}

验证序列号是否存在

Request Information

Parameters

NameDescriptionAdditional information
deviceId
设备id

Define this parameter in the request URI.

PmuId
采集器ID

Define this parameter in the request URI.

sn
序列号

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
}