{ "id":"/axapi/v3/ddos/dst/zone/{zone-name}/detection/outbound-detection/oper", "type":"object", "node-type":"scalar", "title":"outbound-detection", "description":"Operational Status for the object outbound-detection", "properties":{ "oper":{ "type":"object", "properties":{ "discovery-timestamp":{ "type":"string", "format":"string" }, "entry-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "location-type":{ "type":"string", "format":"string" }, "location-name":{ "type":"string", "format":"string" }, "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" }, "maximum":{ "type":"string", "format":"string" }, "minimum":{ "type":"string", "format":"string" }, "non-zero-minimum":{ "type":"string", "format":"string" }, "average":{ "type":"string", "format":"string" }, "adaptive-threshold":{ "type":"string", "format":"string" } } } ] }, "data-source":{ "type":"string", "format":"string" }, "anomaly":{ "type":"string", "format":"string" }, "anomaly-timestamp":{ "type":"string", "format":"string" }, "initial-learning":{ "type":"string", "format":"enum", "enum":[ "None", "Initializing", "Completed" ] }, "active-time":{ "type":"number", "format":"number" } } } ] } } }, "topk-source-subnet":{ "type":"object", "$ref":"/axapi/v3/ddos/dst/zone/{zone-name}/detection/outbound-detection/topk-source-subnet", "properties":{ "oper":{ "type":"object", "properties":{ "entry-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "location-type":{ "type":"string", "format":"string" }, "location-name":{ "type":"string", "format":"string" }, "indicators":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "indicator-name":{ "type":"string", "format":"string" }, "indicator-index":{ "type":"number", "format":"number" }, "source-subnets":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "address":{ "type":"string", "format":"string" }, "rate":{ "type":"string", "format":"string" } } } ] } } } ] } } } ] } } } } } } }