curl --location --request GET '/admin-api/charging/faultMonitor/currentFault/' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"id": "string",
"pipesn": "string",
"portNo": 0,
"errorType": 0,
"errorCode": 0,
"errorInfo": "string",
"errorStartTime": "2019-08-24T14:15:22Z",
"errorEndTime": "2019-08-24T14:15:22Z",
"errorDuration": "string",
"errorStatus": 0,
"remark": "string",
"vin": "string",
"stationid": "string",
"errorLevelV2": 0,
"stationNameV2": "string",
"tenantIdV2": "string",
"mobileV2": "string"
}
],
"total": 0
},
"msg": "string"
}