{ "id":"/axapi/v3/network/bpdu-fwd-group/{bpdu-fwd-group-number}", "type":"object", "node-type":"list", "title":"bpdu-fwd-group", "partition-visibility":"shared", "description":"STP BPDU forward Group Settings", "properties":{ "bpdu-fwd-group-number":{ "type":"number", "format":"number", "minimum":1, "maximum":8, "partition-visibility":"shared", "optional":false }, "ethernet-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet-start":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet Port (Interface number)" }, "ethernet-end":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet Port" } } } ] }, "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":[ "bpdu-fwd-group-number" ], "required":[ "bpdu-fwd-group-number" ] }