{ "id":"/axapi/v3/visibility/flow-collector/sflow", "type":"object", "node-type":"scalar", "title":"sflow", "partition-visibility":"shared", "auto-created-object":1, "description":"sFlow collector", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "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", "partition-visibility":"shared", "description":"'all': all; 'pkts-received': Total sflow pkts received; 'frag-dropped': Total sflow fragment packets droppped; 'agent-not-found': sflow pkts from not configured agents; 'version-not-supported': sflow version not supported; 'unknown-dir': sflow sample direction is unknown; ", "enum":[ "all", "pkts-received", "frag-dropped", "agent-not-found", "version-not-supported", "unknown-dir" ] } } } ] } } }