{ "id":"/axapi/v3/system/path/{l2hm-path-name}", "type":"object", "node-type":"list", "title":"path", "partition-visibility":"shared", "description":"Layer-2 path", "properties":{ "l2hm-path-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "default":"hc-obj", "partition-visibility":"shared", "description":"Monitor Name", "optional":false }, "l2hm-vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "$ref":"/axapi/v3/network/vlan", "description":"VLAN id", "optional":true }, "l2hm-setup-test-api":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Test-API Interface (Ethernet Interface)", "optional":true }, "ifpair-eth-start":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet port (Interface number)", "optional":true }, "ifpair-eth-end":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet port", "optional":true }, "ifpair-trunk-start":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "$ref":"/axapi/v3/interface/trunk", "description":"Trunk groups", "optional":true }, "ifpair-trunk-end":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "$ref":"/axapi/v3/interface/trunk", "description":"Trunk Group", "optional":true }, "l2hm-attach":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Monitor Name", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "l2hm-path-name" ], "required":[ "l2hm-path-name" ] }