{ "id":"/axapi/v3/interface/ethernet/{ifnum}/lw-4o6", "type":"object", "node-type":"scalar", "title":"lw-4o6", "partition-visibility":"shared", "description":"Configure LW-4over6 interface", "properties":{ "outside":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Configure LW-4over6 inside interface", "optional":true }, "inside":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Configure LW-4over6 outside interface", "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 } } }