GET v1/Pmu/GetPmuById?pmuId={pmuId}

采集器ID获取采集器信息

Request Information

Parameters

NameDescriptionAdditional information
pmuId
采集器ID

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "PmuId": "sample string 1",
  "PmuSn": "sample string 2",
  "PsPmu": {
    "PsId": "sample string 1"
  }
}