{ "id":"/axapi/v3/ddos/dst/entry/{dst-entry-name}/src-port-range/{src-port-range-start}+{src-port-range-end}+{protocol}/oper", "type":"object", "node-type":"list", "title":"src-port-range", "description":"Operational Status for the object src-port-range", "properties":{ "src-port-range-start":{ "type":"number", "oid":"1001", "format":"number", "minimum":1, "maximum":65535, "description":"Src Port-Range Start Port Number", "optional":false }, "src-port-range-end":{ "type":"number", "oid":"1002", "format":"number", "minimum":2, "maximum":65535, "description":"Src Port-Range End Port Number", "optional":false }, "protocol":{ "type":"string", "oid":"1003", "format":"enum", "description":"'udp': UDP Port; 'tcp': TCP Port; ", "enum":[ "udp", "tcp" ], "optional":false }, "oper":{ "type":"object", "properties":{ "ddos_entry_list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "dst-address-str":{ "type":"string", "format":"string-rlx" }, "src-address-str":{ "type":"string", "format":"string-rlx" }, "port-str":{ "type":"string", "format":"string-rlx" }, "state-str":{ "type":"string", "format":"string" }, "level-str":{ "type":"string", "format":"string" }, "current-connections":{ "type":"string", "format":"string" }, "connection-limit":{ "type":"string", "format":"string" }, "current-connection-rate":{ "type":"string", "format":"string" }, "connection-rate-limit":{ "type":"string", "format":"string" }, "current-packet-rate":{ "type":"string", "format":"string" }, "packet-rate-limit":{ "type":"string", "format":"string" }, "current-kBit-rate":{ "type":"string", "format":"string" }, "kBit-rate-limit":{ "type":"string", "format":"string" }, "current-frag-packet-rate":{ "type":"string", "format":"string" }, "frag-packet-rate-limit":{ "type":"string", "format":"string" }, "current-app-stat1":{ "type":"string", "format":"string" }, "app-stat1-limit":{ "type":"string", "format":"string" }, "current-app-stat2":{ "type":"string", "format":"string" }, "app-stat2-limit":{ "type":"string", "format":"string" }, "current-app-stat3":{ "type":"string", "format":"string" }, "app-stat3-limit":{ "type":"string", "format":"string" }, "current-app-stat4":{ "type":"string", "format":"string" }, "app-stat4-limit":{ "type":"string", "format":"string" }, "current-app-stat5":{ "type":"string", "format":"string" }, "app-stat5-limit":{ "type":"string", "format":"string" }, "current-app-stat6":{ "type":"string", "format":"string" }, "app-stat6-limit":{ "type":"string", "format":"string" }, "current-app-stat7":{ "type":"string", "format":"string" }, "app-stat7-limit":{ "type":"string", "format":"string" }, "current-app-stat8":{ "type":"string", "format":"string" }, "app-stat8-limit":{ "type":"string", "format":"string" }, "age-str":{ "type":"string", "format":"string" }, "lockup-time-str":{ "type":"string", "format":"string" }, "dynamic-entry-count":{ "type":"string", "format":"string" }, "dynamic-entry-limit":{ "type":"string", "format":"string" }, "sflow-source-id":{ "type":"string", "format":"string" }, "debug-str":{ "type":"string", "format":"string" } } } ] }, "entry-displayed-count":{ "type":"number", "format":"number" }, "service-displayed-count":{ "type":"number", "format":"number" }, "reporting-status":{ "type":"number", "format":"number" }, "all-ports":{ "type":"number", "format":"flag" }, "all-src-ports":{ "type":"number", "format":"flag" }, "all-ip-protos":{ "type":"number", "format":"flag" }, "port-protocol":{ "type":"string", "format":"string" }, "app-stat":{ "type":"number", "format":"flag" }, "sflow-source-id":{ "type":"number", "format":"flag" }, "hw-blacklisted":{ "type":"string", "format":"string" }, "suffix-request-rate":{ "type":"number", "format":"flag" }, "domain-name":{ "type":"string", "format":"string" } } } } }