GET v1/Device/GetDeviceCommListByPmuId?PmuId={PmuId}&LanguageId={LanguageId}

采集器ID获取设备信息

Request Information

Parameters

NameDescriptionAdditional information
PmuId
采集器ID

Define this parameter in the request URI.

LanguageId
语言类型

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "DeviceId": "sample string 1",
    "DeviceName": "sample string 2",
    "DeviceSn": "sample string 3",
    "DeviceAddress": 4,
    "ControlSupport": 5,
    "StatusName": "sample string 6",
    "iControl_Support": 7
  },
  {
    "DeviceId": "sample string 1",
    "DeviceName": "sample string 2",
    "DeviceSn": "sample string 3",
    "DeviceAddress": 4,
    "ControlSupport": 5,
    "StatusName": "sample string 6",
    "iControl_Support": 7
  },
  {
    "DeviceId": "sample string 1",
    "DeviceName": "sample string 2",
    "DeviceSn": "sample string 3",
    "DeviceAddress": 4,
    "ControlSupport": 5,
    "StatusName": "sample string 6",
    "iControl_Support": 7
  }
]