POST api/HistoryData/QueryTargetByEquipmentType

查询设备指标

Request Information

URI Parameters

None.

Body Parameters

sn_arry 设备SN数组

QueryTargetByEquipmentType
NameDescriptionTypeAdditional information
sn_arry

设备SN

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "sn_arry": [
    "sample string 1",
    "sample string 2"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

target_index 指标标识 -排序号 target_key 指标key target_name 指标中文名 target_sn_six 支持SN号第六位的字母 如 s,d,m target_sn_seven 支持SN号第七位的字母 如 s,t

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.