{ "id":"/axapi/v3/harmony-controller/profile/tunnel", "type":"object", "node-type":"scalar", "title":"tunnel", "partition-visibility":"shared", "description":"tunnel status", "properties":{ "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Tunnel Enable; 'disable': Tunnel Disable; ", "enum":[ "enable", "disable" ], "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 } } }