{ "opencollection": "1.0.0", "info": { "name": "Sybase ASE REST Backups Databases API", "version": "16.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Databases", "type": "folder" }, "items": [ { "info": { "name": "List Databases", "type": "http" }, "http": { "method": "GET", "url": "https://{server}:{port}/ase/v1/servers/:serverId/databases", "params": [ { "name": "serverId", "value": "", "type": "path", "description": "The unique identifier of the SAP ASE server instance." } ] }, "docs": "Retrieves a list of all databases on the specified SAP ASE server including their status, size, and owner information." }, { "info": { "name": "Create a Database", "type": "http" }, "http": { "method": "POST", "url": "https://{server}:{port}/ase/v1/servers/:serverId/databases", "params": [ { "name": "serverId", "value": "", "type": "path", "description": "The unique identifier of the SAP ASE server instance." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new database on the specified SAP ASE server with the provided configuration parameters including name, size, and device allocation." }, { "info": { "name": "Get Database Details", "type": "http" }, "http": { "method": "GET", "url": "https://{server}:{port}/ase/v1/servers/:serverId/databases/:databaseName", "params": [ { "name": "serverId", "value": "", "type": "path", "description": "The unique identifier of the SAP ASE server instance." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database within the SAP ASE server." } ] }, "docs": "Retrieves detailed information about a specific database including size, space usage, configuration options, and segment information." } ] } ], "bundled": true }