{
"id": "GSF_ID_SVP_APARM",
"op": "G1C0S0",
"data": {
"threshold": 0.700000,
"retention": 0,
"filter_mod": 0,
"filter_mtime": 1,
"filter_static": 0,
"filter_stime": 10
}
}curl --location --request POST 'http://192.168.0.168/api/intelligent/config' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_SVP_APARM",
"op": "G1C0S0",
"data": {
"threshold": 0.700000,
"retention": 0,
"filter_mod": 0,
"filter_mtime": 1,
"filter_static": 0,
"filter_stime": 10
}
}'{
"code": 0,
"data": {}
}