POST api/v2/SmartFault/GetIVResultInverterListByID
Request Information
URI Parameters
None.
Body Parameters
BaseName | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IVResultPowerstationName | Description | Type | Additional information |
---|---|---|---|
canStartIVAll | boolean |
None. |
|
enviromentStatus | integer |
None. |
|
inverterData | Collection of IVResultInverterList |
None. |
Response Formats
application/json, text/json
Sample:
{ "canStartIVAll": true, "enviromentStatus": 2, "inverterData": [ { "canStartIVDetial": true, "canStartIV": true, "inIV": true, "isIVDetial": true, "status": 5, "deviceName": "sample string 6", "deviceSn": "sample string 7", "ivTime": "sample string 8", "ivResult": "sample string 9", "ivStatus": "sample string 10", "sort": 11 }, { "canStartIVDetial": true, "canStartIV": true, "inIV": true, "isIVDetial": true, "status": 5, "deviceName": "sample string 6", "deviceSn": "sample string 7", "ivTime": "sample string 8", "ivResult": "sample string 9", "ivStatus": "sample string 10", "sort": 11 } ] }