{
"status": 2,
"tag_id": 26962235,
"filter": [
{
"what": "device_name",
"type": 1,
"value": "1",
"is_valid": 1
},
{
"what": "device_remark_name",
"type": 1,
"value": "2",
"is_valid": 1
},
{
"what": "device_offline_day",
"type": 3,
"value": "3",
"is_valid": 1
},
{
"what": "lan_ip",
"type": 4,
"value": "192.168.0.1/24,192.168.10.1",
"is_valid": 1
},
{
"what": "ip",
"type": 5,
"value": "192.168.0.1/24,192.168.10.1",
"is_valid": 1
}
],
"logic_operator": 0
}curl --location --request POST '/tag-rule' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 2,
"tag_id": 26962235,
"filter": [
{
"what": "device_name",
"type": 1,
"value": "1",
"is_valid": 1
},
{
"what": "device_remark_name",
"type": 1,
"value": "2",
"is_valid": 1
},
{
"what": "device_offline_day",
"type": 3,
"value": "3",
"is_valid": 1
},
{
"what": "lan_ip",
"type": 4,
"value": "192.168.0.1/24,192.168.10.1",
"is_valid": 1
},
{
"what": "ip",
"type": 5,
"value": "192.168.0.1/24,192.168.10.1",
"is_valid": 1
}
],
"logic_operator": 0
}'{}