{ "id":"/axapi/v3/harmony-controller", "type":"object", "node-type":"intermediate", "title":"harmony-controller", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Harmony controller information", "properties":{ "profile":{ "type":"object", "$ref":"/axapi/v3/harmony-controller/profile", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "partition-tenant-info":{ "type":"object", "$ref":"/axapi/v3/harmony-controller/partition-tenant-info", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "tunnel-stats":{ "type":"object", "$ref":"/axapi/v3/harmony-controller/tunnel-stats", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }