{ "opencollection": "1.0.0", "info": { "name": "API Reference AlertService DBService API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "DBService", "type": "folder" }, "items": [ { "info": { "name": "GetExportCapabilities", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/db/exportcaps" } }, { "info": { "name": "InterruptRestoreProcess", "type": "http" }, "http": { "method": "POST", "url": "https://{central-host}/v1/db/interruptrestore/:processId/:attemptId", "params": [ { "name": "processId", "value": "", "type": "path" }, { "name": "attemptId", "value": "", "type": "path" } ] } }, { "info": { "name": "GetActiveRestoreProcess", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/db/restore" } }, { "info": { "name": "CancelRestoreProcess", "type": "http" }, "http": { "method": "DELETE", "url": "https://{central-host}/v1/db/restore/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }