{ "id":"/axapi/v3/network/spanning-tree/mode", "type":"object", "node-type":"intermediate", "title":"mode", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Configure spanning tree mode", "properties":{ "info":{ "type":"object", "$ref":"/axapi/v3/network/spanning-tree/mode/info", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "interface":{ "type":"object", "$ref":"/axapi/v3/network/spanning-tree/mode/interface", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "stp":{ "type":"object", "$ref":"/axapi/v3/network/spanning-tree/mode/stp", "properties":{ "action":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"enable spanning tree RSTP mode" }, "priority":{ "type":"number", "format":"number", "minimum":0, "maximum":61440, "partition-visibility":"shared", "description":"set bridge priority, default 32768" }, "vlan-start":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"VLAN ID" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "rstp":{ "type":"object", "$ref":"/axapi/v3/network/spanning-tree/mode/rstp", "properties":{ "action":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"enable spanning tree RSTP mode" }, "priority":{ "type":"number", "format":"number", "minimum":0, "maximum":61440, "partition-visibility":"shared", "description":"set bridge priority, default 32768" }, "vlan-start":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"VLAN ID" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }