{ "id":"/axapi/v3/ddos/network-object/{object-name}/sub-network/{subnet-ip-addr}", "type":"object", "node-type":"list", "title":"sub-network", "partition-visibility":"shared", "description":"Configure sub-network in a DDos Network Object", "properties":{ "subnet-ip-addr":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"IPv4 Subnet/host, supported prefix range is from 24 to 32", "optional":false }, "host-anomaly-threshold":{ "type":"object", "properties":{ "static-pkt-rate-threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Packet rate of per host" }, "static-byte-rate-threshold":{ "type":"number", "format":"number", "minimum":100, "maximum":4294967295, "partition-visibility":"shared", "description":"Byte rate of per host" } } }, "sub-network-anomaly-threshold":{ "type":"object", "properties":{ "static-sub-network-pkt-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Packet rate of the sub-network" }, "static-sub-network-byte-rate":{ "type":"number", "format":"number", "minimum":100, "maximum":4294967295, "partition-visibility":"shared", "description":"Byte rate of the sub-network" } } }, "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 } }, "object-keys":[ "subnet-ip-addr" ], "required":[ "subnet-ip-addr" ] }