{ "id":"/axapi/v3/interface/ve/{ifnum}/map", "type":"object", "node-type":"scalar", "title":"map", "partition-visibility":"shared", "description":"Configure MAP on this interface", "properties":{ "inside":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Configure MAP inside interface (connected to MAP domains)", "optional":true }, "outside":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Configure MAP outside interface", "optional":true }, "map-t-inside":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Configure MAP inside interface (connected to MAP domains)", "optional":true }, "map-t-outside":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Configure MAP 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 } } }