POST api/v2/SmartFault/GetIVCurveDetial

Request Information

URI Parameters

None.

Body Parameters

IVSearchInfo
NameDescriptionTypeAdditional information
inverterSN

string

None.

RTCNum

string

None.

loadNum

integer

None.

stringNum

integer

None.

ErrorCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "inverterSN": "sample string 1",
  "rtcNum": "sample string 2",
  "loadNum": 3,
  "stringNum": 4,
  "errorCode": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IVCurveDetial
NameDescriptionTypeAdditional information
canSwitchStatus

boolean

None.

IVCurve

V2ChartsModel

None.

FaultSuggestion

Object

None.

DeviceModules

Object

None.

IsStartIVResult

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "canSwitchStatus": true,
  "ivCurve": {
    "leftLabels": [
      {
        "img": "sample string 1",
        "label": "sample string 2"
      },
      {
        "img": "sample string 1",
        "label": "sample string 2"
      }
    ],
    "lines": [
      {
        "label": "sample string 1",
        "name": "sample string 2",
        "unit": "sample string 3",
        "isActive": true,
        "axis": 5,
        "sort": 6,
        "type": "sample string 7",
        "frontColor": "sample string 8",
        "xy": [
          {
            "x": {},
            "y": {},
            "z": {}
          },
          {
            "x": {},
            "y": {},
            "z": {}
          }
        ]
      },
      {
        "label": "sample string 1",
        "name": "sample string 2",
        "unit": "sample string 3",
        "isActive": true,
        "axis": 5,
        "sort": 6,
        "type": "sample string 7",
        "frontColor": "sample string 8",
        "xy": [
          {
            "x": {},
            "y": {},
            "z": {}
          },
          {
            "x": {},
            "y": {},
            "z": {}
          }
        ]
      }
    ],
    "nestedGraph": {
      "useNested": true
    },
    "axis": [
      {
        "axisId": 1,
        "unit": "sample string 2",
        "min": 3.1,
        "max": 4.1
      },
      {
        "axisId": 1,
        "unit": "sample string 2",
        "min": 3.1,
        "max": 4.1
      }
    ],
    "modelData": {}
  },
  "faultSuggestion": {},
  "deviceModules": {},
  "isStartIVResult": true
}