POST api/{version}/OpenApi/GetPowerStationWariningInfoByMultiCondition
告警列表接口
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
PowerStationWarningSearchParamName | Description | Type | Additional information |
---|---|---|---|
stationid |
电站id |
string |
None. |
sn |
设备sn |
string |
None. |
starttime |
开始时间 |
date |
None. |
endtime |
结束时间 |
date |
None. |
page_index | integer |
None. |
|
page_size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "stationid": "sample string 1", "sn": "sample string 2", "starttime": "2025-05-15 20:40:07", "endtime": "2025-05-15 20:40:07", "page_index": 4, "page_size": 5 }
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. |