{
"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/list' \
--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": [
{
"id": 0,
"name": "",
"createTime": "",
"updateTime": "",
"createUser": 0,
"colMethod": 0,
"colPara": "",
"timeOut": 0,
"retryCount": 0,
"isDefault": "",
"encodeType": "",
"collectedFrequency": 0
}
],
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}