{ "id":"/axapi/v3/sflow/polling", "type":"object", "node-type":"scalar", "title":"polling", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure sFlow counter polling on specified source", "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" }, "optional":true } } ] }, "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" }, "optional":true } } ] }, "cpu-usage":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Polling CPU usage", "optional":true }, "http-counter":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Polling HTTP counters", "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 } } }