POST api/OpenApi/QueryPowerStationMonitor
电站状态列表
Request Information
URI Parameters
None.
Body Parameters
QueryPowerStationName | Description | Type | Additional information |
---|---|---|---|
powerstation_id | string |
None. |
|
key | string |
None. |
|
status | string |
None. |
|
adcode | string |
None. |
|
org_id | string |
None. |
|
orderby | string |
None. |
|
condition | string |
None. |
|
powerstation_type | string |
None. |
|
powerstation_status |
查询类型 1:发电中 0:待机中 -1:离线中 2:停机中 -2:无设备 |
string |
None. |
qry_type |
查询类型 1:所有电站 3:自有电站(如用户为组织,则自有为:拥有和归属本节点) |
integer |
None. |
page_index | integer |
None. |
|
page_size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "powerstation_id": "sample string 1", "key": "sample string 2", "status": "sample string 3", "adcode": "sample string 4", "org_id": "sample string 5", "orderby": "sample string 6", "condition": "sample string 7", "powerstation_type": "sample string 8", "powerstation_status": "sample string 9", "qry_type": 10, "page_index": 11, "page_size": 12 }
application/xml, text/xml
Sample:
<QueryPowerStation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goodwe.Ops.OpenApi.Models"> <page_index>11</page_index> <page_size>12</page_size> <adcode>sample string 4</adcode> <condition>sample string 7</condition> <key>sample string 2</key> <orderby>sample string 6</orderby> <org_id>sample string 5</org_id> <powerstation_id>sample string 1</powerstation_id> <powerstation_status>sample string 9</powerstation_status> <powerstation_type>sample string 8</powerstation_type> <qry_type>10</qry_type> <status>sample string 3</status> </QueryPowerStation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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. |