{ "opencollection": "1.0.0", "info": { "name": "Tessell APIs activity-center tessell-database-security-config API", "version": "1.0" }, "items": [ { "info": { "name": "tessell-database-security-config", "type": "folder" }, "items": [ { "info": { "name": "Add/update Security Configuration for the DB Server", "type": "http" }, "http": { "method": "PUT", "url": "{server}/compute-resources/dbservers/:id/security-config", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of entity" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add/update Security Configuration for the DB Server" }, { "info": { "name": "Update Security Configuration for instances in service", "type": "http" }, "http": { "method": "PATCH", "url": "{server}/services/:id/security-config", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "DB Service ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Security Configuration for instances in service" } ] } ], "bundled": true }