{ "id":"/axapi/v3/visibility/monitor/sflow", "type":"object", "node-type":"scalar", "title":"sflow", "partition-visibility":"shared", "description":"Configure sFlow parameters for flow based monitoring", "properties":{ "listening-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":6343, "partition-visibility":"shared", "description":"sFlow port to receive packets (sFlow port number(default 6343))", "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 } } }