GET v1/Device/Islimit?PmuId={PmuId}&addCount={addCount}

验证采集器设备数量是否已超过上限

Request Information

Parameters

NameDescriptionAdditional information
PmuId
采集器ID

Define this parameter in the request URI.

addCount
添加的设备数量

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
}