{ "id":"/axapi/v3/sflow/polling/ddos", "type":"object", "node-type":"scalar", "title":"ddos", "partition-visibility":"shared", "description":"Poll DDoS counters", "properties":{ "toggle":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable sflow polling for DDOS statistics; 'disable': Disable sflow polling for DDOS statistics; ", "enum":[ "enable", "disable" ], "optional":true }, "3_0-compatibility":{ "type":"number", "format":"flag", "plat-neg-list":["chassis-duo"], "default":0, "partition-visibility":"shared", "not":"2_9-compatibility", "description":"Enable DDOS sflow polling 3.0/3.1 compatibility mode", "optional":true }, "address-byte-order-host":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Export sflow address field in host byte order", "optional":true }, "2_9-compatibility":{ "type":"number", "format":"flag", "plat-neg-list":["chassis-duo"], "default":0, "partition-visibility":"shared", "not":"3_0-compatibility", "description":"Enable DDOS sflow polling 2.9 compatibility mode", "optional":true }, "dns-cache-zone-stats":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable polling for dns cache per instance and per zone statistics", "optional":true }, "enable-anomaly-stats":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable Polling for system wide anomaly statistics", "optional":true }, "dyn-entry-stats":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable polling for dynamic entry statistics", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }