{
"pipeSn": "string",
"setMonitoringData": {
"id": 0,
"transaction": true,
"value": 0,
"type": "UpperThreshold",
"severity": 0,
"component": {
"name": "string",
"instance": "string",
"evse": {
"id": 0,
"connectorId": 0
}
},
"variable": {
"name": "string",
"instance": "string"
}
}
}
curl --location --request POST '/admin-api/charging/pipe/setVariableMonitoringRequest' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"pipeSn": "string",
"setMonitoringData": {
"id": 0,
"transaction": true,
"value": 0,
"type": "UpperThreshold",
"severity": 0,
"component": {
"name": "string",
"instance": "string",
"evse": {
"id": 0,
"connectorId": 0
}
},
"variable": {
"name": "string",
"instance": "string"
}
}
}'
{
"code": 0,
"data": true,
"msg": "string"
}