{ "id":"/axapi/v3/ddos/protect", "type":"object", "node-type":"scalar", "title":"protect", "auto-created-object":1, "description":"protect stats counters", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "description":"'all': all; 'rr_sess_lookup': DDOS RR Session Lookup; 'dcmsg_pkt': DDOS DCMSG Pkt; 'runtime_enable': DDOS Runtime Enable; 'runtime_disable': DDOS Runtime Disable; ", "enum":[ "all", "rr_sess_lookup", "dcmsg_pkt", "runtime_enable", "runtime_disable" ] }, "optional":true } } ] } } }