{ "info": { "_postman_id": "2e1a9451-7ff1-4cc1-91e7-51fa96809551", "name": "Sybase ASE REST Backups Users API", "description": "REST API for SAP Adaptive Server Enterprise (ASE) administration and monitoring. Provides programmatic access to server configuration, database management, performance monitoring, user administration, and backup operations for SAP ASE database instances. SAP ASE is a high-performance relational database management system designed for transaction-based enterprise applications.\n\nContact Support:\n Name: SAP Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:07:21.000Z", "updatedAt": "2026-07-28T03:07:21.000Z", "lastUpdatedBy": "35240", "uid": "35240-2e1a9451-7ff1-4cc1-91e7-51fa96809551" }, "item": [ { "name": "servers", "item": [ { "name": "{serverId}", "item": [ { "name": "logins", "item": [ { "name": "List Server Logins", "id": "52091faf-416d-48da-ba49-fd9f2ddc2d7b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/servers/:serverId/logins", "host": [ "{{baseUrl}}" ], "path": [ "servers", ":serverId", "logins" ], "variable": [ { "id": "620c9093-4a02-4685-976e-a8b077326a25", "key": "serverId", "value": "", "description": "(Required) The unique identifier of the SAP ASE server instance." } ] }, "description": "Retrieves a list of all server-level logins configured on the SAP ASE server including their roles, default databases, and status." }, "response": [ { "id": "f772f69e-2544-43ff-8aac-a90e8cea21ce", "name": "Successful retrieval of login list", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/servers/:serverId/logins", "host": [ "{{baseUrl}}" ], "path": [ "servers", ":serverId", "logins" ], "variable": [ { "key": "serverId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"logins\": [\n {\n \"name\": \"\",\n \"suid\": \"\",\n \"defaultDatabase\": \"\",\n \"status\": \"locked\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"created\": \"\"\n },\n {\n \"name\": \"\",\n \"suid\": \"\",\n \"defaultDatabase\": \"\",\n \"status\": \"locked\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"created\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:07:21.000Z", "updatedAt": "2026-07-28T03:07:21.000Z", "uid": "35240-f772f69e-2544-43ff-8aac-a90e8cea21ce" }, { "id": "2307745e-7d17-4db3-8c8a-b75bc5520e84", "name": "Authentication credentials are missing or invalid", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/servers/:serverId/logins", "host": [ "{{baseUrl}}" ], "path": [ "servers", ":serverId", "logins" ], "variable": [ { "key": "serverId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T03:07:21.000Z", "updatedAt": "2026-07-28T03:07:21.000Z", "uid": "35240-2307745e-7d17-4db3-8c8a-b75bc5520e84" } ], "createdAt": "2026-07-28T03:07:21.000Z", "updatedAt": "2026-07-28T03:07:21.000Z", "uid": "35240-52091faf-416d-48da-ba49-fd9f2ddc2d7b" }, { "name": "Create a Server Login", "id": "e4d297b7-041b-47eb-818e-1c88e85a7321", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"password\": \"\",\n \"defaultDatabase\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/servers/:serverId/logins", "host": [ "{{baseUrl}}" ], "path": [ "servers", ":serverId", "logins" ], "variable": [ { "id": "635659b0-e1d0-4539-af1c-91a5d3ed8bb6", "key": "serverId", "value": "", "description": "(Required) The unique identifier of the SAP ASE server instance." } ] }, "description": "Creates a new server-level login on the SAP ASE server with the specified credentials, default database, and role assignments." }, "response": [ { "id": "c010f72f-fd4e-4ade-9051-914549bd8232", "name": "Login created successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"password\": \"\",\n \"defaultDatabase\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/servers/:serverId/logins", "host": [ "{{baseUrl}}" ], "path": [ "servers", ":serverId", "logins" ], "variable": [ { "key": "serverId" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"suid\": \"\",\n \"defaultDatabase\": \"\",\n \"status\": \"active\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"created\": \"\"\n}", "createdAt": "2026-07-28T03:07:21.000Z", "updatedAt": "2026-07-28T03:07:21.000Z", "uid": "35240-c010f72f-fd4e-4ade-9051-914549bd8232" }, { "id": "881a42b5-8814-40fd-858d-84b66208f890", "name": "Invalid request parameters", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"password\": \"\",\n \"defaultDatabase\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/servers/:serverId/logins", "host": [ "{{baseUrl}}" ], "path": [ "servers", ":serverId", "logins" ], "variable": [ { "key": "serverId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T03:07:21.000Z", "updatedAt": "2026-07-28T03:07:21.000Z", "uid": "35240-881a42b5-8814-40fd-858d-84b66208f890" }, { "id": "9dfd00e7-b1bd-4afe-b469-56c05c800d06", "name": "Authentication credentials are missing or invalid", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"password\": \"\",\n \"defaultDatabase\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/servers/:serverId/logins", "host": [ "{{baseUrl}}" ], "path": [ "servers", ":serverId", "logins" ], "variable": [ { "key": "serverId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\",\n \"details\": \"\"\n}", "createdAt": "2026-07-28T03:07:21.000Z", "updatedAt": "2026-07-28T03:07:21.000Z", "uid": "35240-9dfd00e7-b1bd-4afe-b469-56c05c800d06" } ], "createdAt": "2026-07-28T03:07:21.000Z", "updatedAt": "2026-07-28T03:07:21.000Z", "uid": "35240-e4d297b7-041b-47eb-818e-1c88e85a7321" } ], "id": "8a802dc9-5c03-41c7-b570-b98acdd3a5fb", "createdAt": "2026-07-28T03:07:21.000Z", "updatedAt": "2026-07-28T03:07:21.000Z", "uid": "35240-8a802dc9-5c03-41c7-b570-b98acdd3a5fb" } ], "id": "af92952e-2a9f-4bed-b5c7-3df643795382", "createdAt": "2026-07-28T03:07:21.000Z", "updatedAt": "2026-07-28T03:07:21.000Z", "uid": "35240-af92952e-2a9f-4bed-b5c7-3df643795382" } ], "id": "73833a12-2db5-4a75-8c61-edf9fa4bbce6", "createdAt": "2026-07-28T03:07:21.000Z", "updatedAt": "2026-07-28T03:07:21.000Z", "uid": "35240-73833a12-2db5-4a75-8c61-edf9fa4bbce6" } ], "auth": { "type": "basic", "basic": [ { "key": "username", "value": "{{basicAuthUsername}}", "type": "string" }, { "key": "password", "value": "{{basicAuthPassword}}", "type": "string" } ] }, "variable": [ { "key": "server", "value": "localhost" }, { "key": "port", "value": "8443" }, { "key": "baseUrl", "value": "https://{{server}}:{{port}}/ase/v1" } ] }