GET v1/Device/IsExist?PmuId={PmuId}&address={address}

验证地址码是否存在

Request Information

Parameters

NameDescriptionAdditional information
PmuId
采集器ID

Define this parameter in the request URI.

address
地址码

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
}