{
"id": 0,
"name": "string",
"createTime": "string",
"updateTime": "string",
"createUser": 0,
"colMethod": 0,
"colPara": "string",
"timeOut": 0,
"retryCount": 0,
"isDefault": "string",
"encodeType": "string",
"collectedFrequency": 0,
"deviceIds": [
0
],
"templateIds": [
0
],
"deviceName": "string",
"deviceIp": "string"
}
curl --location --request POST '/api/template-conf/snmp/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"createTime": "string",
"updateTime": "string",
"createUser": 0,
"colMethod": 0,
"colPara": "string",
"timeOut": 0,
"retryCount": 0,
"isDefault": "string",
"encodeType": "string",
"collectedFrequency": 0,
"deviceIds": [
0
],
"templateIds": [
0
],
"deviceName": "string",
"deviceIp": "string"
}'
{
"code": 0,
"data": false,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}