POST api/IVDiagno/QueryInverterComponentConfig
Request Information
URI Parameters
None.
Body Parameters
InverterComponentConfigListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PowerStationName | string |
None. |
|
| InverterName | string |
None. |
|
| InverterSN | string |
None. |
|
| Status | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"powerStationName": "sample string 1",
"inverterName": "sample string 2",
"inverterSN": "sample string 3",
"status": "sample string 4",
"pageIndex": 5,
"pageSize": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDataOfInverterComponentConfigListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| List | Collection of InverterComponentConfigListDto |
None. |
|
| Total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"list": [
{
"powerStationName": "sample string 1",
"inverterName": "sample string 2",
"inverterSN": "sample string 3",
"status": 4,
"modifyTime": "sample string 5",
"modifyBy": "sample string 6",
"id": "sample string 7",
"pvConfigs": [
{
"pvKey": "sample string 1",
"isChecked": true
},
{
"pvKey": "sample string 1",
"isChecked": true
}
]
},
{
"powerStationName": "sample string 1",
"inverterName": "sample string 2",
"inverterSN": "sample string 3",
"status": 4,
"modifyTime": "sample string 5",
"modifyBy": "sample string 6",
"id": "sample string 7",
"pvConfigs": [
{
"pvKey": "sample string 1",
"isChecked": true
},
{
"pvKey": "sample string 1",
"isChecked": true
}
]
}
],
"total": 1
}