{ "id":"/axapi/v3/sys-ut/event/{event-number}/action/{direction}/l1", "type":"object", "node-type":"scalar", "title":"l1", "partition-visibility":"shared", "description":"L1 packet paramters", "properties":{ "eth-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet-start":{ "type":"number", "format":"interface", "partition-visibility":"shared", "$ref":"/axapi/v3/interface/ethernet", "description":"Ethernet port (Interface number)" }, "ethernet-end":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet port" } } } ] }, "trunk_list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "trunk-start":{ "type":"number", "format":"number", "partition-visibility":"shared", "description":"Trunk groups" }, "trunk-end":{ "type":"number", "format":"number", "partition-visibility":"shared", "description":"Trunk Group" } } } ] }, "length":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"packet length", "optional":true }, "value":{ "type":"number", "format":"number", "minimum":64, "maximum":9000, "partition-visibility":"shared", "not":"auto", "description":"Total packet length starting at L2 header", "optional":true }, "auto":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"value", "description":"Auto calculate pkt len", "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 } } }