{ "id":"/axapi/v3/sflow/sampling", "type":"object", "node-type":"scalar", "title":"sampling", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure sFlow sampling on specified interfaces", "properties":{ "eth-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "eth-start":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface to sample" }, "eth-end":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface to sample" } } } ] }, "ve-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ve-start":{ "type":"number", "format":"number", "partition-visibility":"shared", "$ref":"/axapi/v3/interface/ve", "description":"VE interface to sample" }, "ve-end":{ "type":"number", "format":"number", "partition-visibility":"shared", "$ref":"/axapi/v3/interface/ve", "description":"VE interface to sample" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }