{ "id":"/axapi/v3/sflow/collector/ip/{addr}+{port}/customized-setting", "type":"object", "node-type":"scalar", "title":"customized-setting", "partition-visibility":"shared", "description":"Customize settings for collector", "properties":{ "export-enable":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'export': Export settings; ", "enum":[ "export" ], "optional":false }, "packet-sampling":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable packet sampling", "optional":true }, "counter-polling":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable counter polling", "optional":true }, "a10-proprietary-polling":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable counters for ACOS control blocks", "optional":true }, "event-notification":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable event notification", "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 } } }