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