POST api/{version}/OpenApi/GetPowerStationWariningInfoByMultiCondition
告警列表接口
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
PowerStationWarningSearchParam| Name | 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-12-15 01:00:48",
"endtime": "2025-12-15 01:00:48",
"page_index": 4,
"page_size": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
返回告警列表,包括电站ID\电站名称、设备SN、设备名称、告警名称、级别、状态、发生时间
HttpResponseMessage| Name | 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. |