{ "id":"/axapi/v3/interface/ethernet/{ifnum}/spanning-tree", "type":"object", "node-type":"scalar", "title":"spanning-tree", "partition-visibility":"shared", "description":"help Spanning tree port configuration", "properties":{ "auto-edge":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"Enable auto-edge", "optional":true }, "admin-edge":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable admin-edge", "optional":true }, "path-cost":{ "type":"number", "format":"number", "minimum":1, "maximum":200000, "partition-visibility":"shared", "description":"Path cost (Limit)", "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 } } }