{ "id":"/axapi/v3/ddos/network-object/{object-name}/ip/{subnet-ip-addr}", "type":"object", "node-type":"list", "title":"ip", "partition-visibility":"shared", "description":"DDOS Network-object IPv4 Subnet", "properties":{ "subnet-ip-addr":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"IP Subnet, supported prefix range is from 8 to 31", "optional":false }, "prefix-anomaly-threshold":{ "type":"object", "properties":{ "prefix-pkt-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Packet rate of the prefix subnet" }, "prefix-bit-rate":{ "type":"number", "format":"number", "minimum":800, "maximum":34359738360, "partition-visibility":"shared", "description":"Bit rate of the prefix subnet" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "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; 'packet_rate': PPS; 'bit_rate': B(bits)PS; ", "enum":[ "all", "packet_rate", "bit_rate" ] } } } ] } }, "object-keys":[ "subnet-ip-addr" ], "required":[ "subnet-ip-addr" ] }