POST api/SmartOperateMaintenance/GetPowerStationWariningDetailInfo

Request Information

URI Parameters

None.

Body Parameters

不传值则获取所有电站数据(web,app)

GetPowerStationWariningDetailInfo
NameDescriptionTypeAdditional information
stationid

string

None.

warningid

string

None.

devicesn

string

None.

Request Formats

application/json, text/json

Sample:
{
  "stationid": "sample string 1",
  "warningid": "sample string 2",
  "devicesn": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

返回告警的详细信息,包括当日的功率列表,原因和排查建议

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.