POST api/{version}/SmartOperateMaintenance/GetPowerStationWariningInfoByMultiCondition
按区域、组织结构、电站名、告警级别、开始时间和结束时间查询告警电站信息(web)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
不传值则获取所有电站数据 状态 0:默认 1:恢复 2:发生 3:全部 is_added 1:已添加 2:未添加
GetPowerStationWariningInfoByMultiConditionName | Description | Type | Additional information |
---|---|---|---|
adcode | string |
None. |
|
township | string |
None. |
|
orgid | string |
None. |
|
stationid | string |
None. |
|
warninglevel | integer |
None. |
|
starttime | string |
None. |
|
endtime | string |
None. |
|
page_index | integer |
None. |
|
page_size | integer |
None. |
|
status | integer |
None. |
|
is_added | integer |
None. |
|
sn | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "adcode": "sample string 1", "township": "sample string 2", "orgid": "sample string 3", "stationid": "sample string 4", "warninglevel": 5, "starttime": "sample string 6", "endtime": "sample string 7", "page_index": 8, "page_size": 9, "status": 10, "is_added": 11, "sn": "sample string 12" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
返回告警列表,包括电站ID\电站名称、设备SN、设备名称、告警名称、级别、状态、发生时间
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |