{ "id":"/axapi/v3/netflow/monitor/{name}/sample/ethernet/{ifindex}", "type":"object", "node-type":"list", "title":"ethernet", "partition-visibility":"shared", "description":"select ethernet interface to monitor", "properties":{ "ifindex":{ "type":"number", "format":"interface", "partition-visibility":"shared", "$ref":"/axapi/v3/interface/ethernet", "description":"Ethernet interface number", "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":[ "ifindex" ], "required":[ "ifindex" ] }