{ "opencollection": "1.0.0", "info": { "name": "API Reference AlertService ExternalBackupService API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "ExternalBackupService", "type": "folder" }, "items": [ { "info": { "name": "GetExternalBackups", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/externalbackups" } }, { "info": { "name": "PostExternalBackup", "type": "http" }, "http": { "method": "POST", "url": "https://{central-host}/v1/externalbackups", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "TestExternalBackup", "type": "http" }, "http": { "method": "POST", "url": "https://{central-host}/v1/externalbackups/test", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GetExternalBackup", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/externalbackups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "TriggerExternalBackup", "type": "http" }, "http": { "method": "POST", "url": "https://{central-host}/v1/externalbackups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "PutExternalBackup", "type": "http" }, "http": { "method": "PUT", "url": "https://{central-host}/v1/externalbackups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DeleteExternalBackup", "type": "http" }, "http": { "method": "DELETE", "url": "https://{central-host}/v1/externalbackups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }