{ "id":"/axapi/v3/sflow/polling/ethernet-ext/{start}", "type":"object", "node-type":"list", "title":"ethernet-ext", "partition-visibility":"shared", "description":"Configure sFlow extended counter polling on ethernet interfaces", "properties":{ "start":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface to poll", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "start" ], "required":[ "start" ] }