{ "opencollection": "1.0.0", "info": { "name": "Sybase ASE REST Backups Servers API", "version": "16.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Servers", "type": "folder" }, "items": [ { "info": { "name": "List ASE Servers", "type": "http" }, "http": { "method": "GET", "url": "https://{server}:{port}/ase/v1/servers" }, "docs": "Retrieves a list of SAP ASE server instances available for administration and monitoring through this API endpoint." }, { "info": { "name": "Get Server Details", "type": "http" }, "http": { "method": "GET", "url": "https://{server}:{port}/ase/v1/servers/:serverId", "params": [ { "name": "serverId", "value": "", "type": "path", "description": "The unique identifier of the SAP ASE server instance." } ] }, "docs": "Retrieves detailed information about a specific SAP ASE server instance including version, status, uptime, and configuration summary." }, { "info": { "name": "Get Server Status", "type": "http" }, "http": { "method": "GET", "url": "https://{server}:{port}/ase/v1/servers/:serverId/status", "params": [ { "name": "serverId", "value": "", "type": "path", "description": "The unique identifier of the SAP ASE server instance." } ] }, "docs": "Retrieves the current operational status of a SAP ASE server including uptime, active connections, CPU utilization, and memory usage metrics." } ] } ], "bundled": true }