{ "id":"/axapi/v3/sflow/collector/ip/{addr}+{port}", "type":"object", "node-type":"list", "title":"ip", "partition-visibility":"shared", "description":"Configure sFlow IPv4 collector", "properties":{ "addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Configure sFlow collector IP address", "optional":false }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":6343, "partition-visibility":"shared", "description":"Port number (default is 6343)", "optional":false }, "use-mgmt-port":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"sFlow collector is through out-of-band management", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "customized-setting":{ "type":"object", "$ref":"/axapi/v3/sflow/collector/ip/{addr}+{port}/customized-setting", "properties":{ "export-enable":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'export': Export settings; ", "enum":[ "export" ] }, "packet-sampling":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable packet sampling" }, "counter-polling":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable counter polling" }, "a10-proprietary-polling":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable counters for ACOS control blocks" }, "event-notification":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable event notification" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } }, "object-keys":[ "addr", "port" ], "required":[ "addr", "port" ] }