{ "id":"/axapi/v3/overlay-mgmt-info/{plugin_name}+{appstring}", "type":"object", "node-type":"list", "title":"overlay-mgmt-info", "partition-visibility":"shared", "description":"Overlay management specific data", "properties":{ "plugin_name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Plugin string", "optional":false }, "appstring":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Application string", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "plugin_name", "appstring" ], "required":[ "plugin_name", "appstring" ] }