GET v1/Report/GetMonthReport?PsId={PsId}&SearchDate={SearchDate}
运维月报表(电站)
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
PsId | 电站ID |
Define this parameter in the request URI. |
SearchDate | 查询时间 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "PsId": "sample string 1", "PsName": "sample string 2", "PsEname": "sample string 3", "PSAcpower": 4.1, "PsCapacity": 5.1, "Id": "sample string 6", "PsLasttime": "2025-05-12T06:11:37.3525299+08:00", "MonthPac": 8.1, "TheoryMonthPac": 9.1, "PREfficiency": 10.1, "YesterMonthPac": 11.1, "YesterTheoryMonthPac": 12.1, "YesterPREfficiency": 13.1, "FaultCount": 14, "Detail": [ { "TotalPac": 1.1, "TheoryTotalPac": 2.1, "Maxirr": 3.1, "Totalrd": 4.1, "Maxtemp": 5.1, "GetDatetime": "2025-05-12T06:11:37.3535064+08:00" }, { "TotalPac": 1.1, "TheoryTotalPac": 2.1, "Maxirr": 3.1, "Totalrd": 4.1, "Maxtemp": 5.1, "GetDatetime": "2025-05-12T06:11:37.3535064+08:00" }, { "TotalPac": 1.1, "TheoryTotalPac": 2.1, "Maxirr": 3.1, "Totalrd": 4.1, "Maxtemp": 5.1, "GetDatetime": "2025-05-12T06:11:37.3535064+08:00" } ] }