{ "id":"/axapi/v3/ddos/dst/zone/{zone-name}/port-range/{port-range-start}+{port-range-end}+{protocol}/ips", "type":"object", "node-type":"scalar", "title":"ips", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"zone port ips information", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'ips_matched_total': IPS Matched Total; 'ips_matched_action_pass': IPS Matched Action Pass; 'ips_matched_action_drop': IPS Matched Action Drop; 'ips_matched_action_blacklist': IPS Matched Action Blacklist; 'ips_matched_severity_high': IPS Matched Severity High; 'ips_matched_severity_medium': IPS Matched Severity Medium; 'ips_matched_severity_low': IPS Matched Severity Low; 'src_ips_matched_action_pass': Src IPS Matched Action Pass; 'src_ips_matched_action_drop': Src IPS Matched Action Drop; 'src_ips_matched_action_blacklist': Src IPS Matched Action Blacklist; 'src_ips_matched_severity_high': Src IPS Matched Severity High; 'src_ips_matched_severity_medium': Src IPS Matched Severity Medium; 'src_ips_matched_severity_low': Src IPS Matched Severity Low; ", "enum":[ "all", "ips_matched_total", "ips_matched_action_pass", "ips_matched_action_drop", "ips_matched_action_blacklist", "ips_matched_severity_high", "ips_matched_severity_medium", "ips_matched_severity_low", "src_ips_matched_action_pass", "src_ips_matched_action_drop", "src_ips_matched_action_blacklist", "src_ips_matched_severity_high", "src_ips_matched_severity_medium", "src_ips_matched_severity_low" ] } } } ] } } }