{ "opencollection": "1.0.0", "info": { "name": "Tessell APIs activity-center DB Connection Pool API", "version": "1.0" }, "items": [ { "info": { "name": "DB Connection Pool", "type": "folder" }, "items": [ { "info": { "name": "Get list of connection pools for the DB Service", "type": "http" }, "http": { "method": "GET", "url": "{server}/services/:service-id/connection-pools", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "service-id", "value": "", "type": "path", "description": "The ID of the DB Service" }, { "name": "name", "value": "", "type": "query", "description": "Name of connection pool whose details will be returned." } ] }, "docs": "Get list of connection pools for the DB Service" }, { "info": { "name": "Creates a new connection pool for the DB Service", "type": "http" }, "http": { "method": "POST", "url": "{server}/services/:service-id/connection-pools", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "service-id", "value": "", "type": "path", "description": "The ID of the DB Service" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new connection pool for the DB Service" }, { "info": { "name": "Delete an existing connection pool for the DB Service", "type": "http" }, "http": { "method": "DELETE", "url": "{server}/services/:service-id/connection-pools", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "service-id", "value": "", "type": "path", "description": "The ID of the DB Service" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete an existing connection pool for the DB Service" }, { "info": { "name": "Update an existing connection pool for the DB Service", "type": "http" }, "http": { "method": "PATCH", "url": "{server}/services/:service-id/connection-pools/:connection-pool-id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "service-id", "value": "", "type": "path", "description": "The ID of the DB Service" }, { "name": "connection-pool-id", "value": "", "type": "path", "description": "The ID of the connection pool" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing connection pool for the DB Service" } ] } ], "bundled": true }