{ "id":"/axapi/v3/ddos/src/geo-location/{geolocation-name}/oper", "type":"object", "node-type":"list", "title":"geo-location", "description":"Operational Status for the object geo-location", "properties":{ "geolocation-name":{ "type":"string", "oid":"1001", "format":"string-rlx", "minLength":1, "maxLength":15, "description":"Geolocation Name", "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" }, "all-entries":{ "type":"number", "format":"flag" }, "l4-type-str":{ "type":"string", "format":"string" }, "app-type":{ "type":"string", "format":"string" }, "exceeded":{ "type":"number", "format":"flag" }, "black-listed":{ "type":"number", "format":"flag" }, "white-listed":{ "type":"number", "format":"flag" }, "authenticated":{ "type":"number", "format":"flag" }, "all-l4-types":{ "type":"number", "format":"flag" }, "l4-ext-rate":{ "type":"string", "format":"string" }, "hw-blacklisted":{ "type":"string", "format":"string" } } } } }