{ "id":"/axapi/v3/ddos/dst/zone/{zone-name}/src-port/zone-src-port-other/{port-other}+{protocol}/port-ind/oper", "type":"object", "node-type":"scalar", "operation-not-allowed":["DELETE"], "title":"port-ind", "description":"Operational Status for the object port-ind", "properties":{ "oper":{ "type":"object", "properties":{ "indicators":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "indicator-name":{ "type":"string", "format":"string" }, "indicator-index":{ "type":"number", "format":"number" }, "rate":{ "type":"string", "format":"string" }, "indicator-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "level":{ "type":"number", "format":"number" }, "zone-threshold":{ "type":"string", "format":"string" }, "source-threshold":{ "type":"string", "format":"string" } } } ] } } } ] }, "detection-data-source":{ "type":"string", "format":"string" }, "current-level":{ "type":"string", "format":"string" }, "details":{ "type":"number", "format":"flag" } } } } }