{ "id":"/axapi/v3/ddos/network-object/{object-name}/topk-destinations/oper", "type":"object", "node-type":"scalar", "operation-not-allowed":["DELETE"], "title":"topk-destinations", "description":"Operational Status for the object topk-destinations", "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" }, "destinations":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "address":{ "type":"string", "format":"string" }, "rate":{ "type":"string", "format":"string" } } } ] } } } ] }, "topk-type":{ "type":"number", "format":"number" }, "reset-time":{ "type":"number", "format":"number" } } } } }