{ "id":"/axapi/v3/ddos/dst/zone/{zone-name}/detection/outbound-detection/topk-source-subnet/oper", "type":"object", "node-type":"scalar", "operation-not-allowed":["DELETE"], "title":"topk-source-subnet", "description":"Operational Status for the object 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" } } } ] } } } ] } } } ] } } } } }