{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin backup API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "backup", "type": "folder" }, "items": [ { "info": { "name": "backup-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/backup.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "backup-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/backup.one", "params": [ { "name": "backupId", "value": "", "type": "query" } ] } }, { "info": { "name": "backup-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/backup.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "backup-remove", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/backup.remove", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "backup-manualBackupPostgres", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/backup.manualBackupPostgres", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "backup-manualBackupMySql", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/backup.manualBackupMySql", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "backup-manualBackupMariadb", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/backup.manualBackupMariadb", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "backup-manualBackupCompose", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/backup.manualBackupCompose", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "backup-manualBackupMongo", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/backup.manualBackupMongo", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "backup-manualBackupLibsql", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/backup.manualBackupLibsql", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "backup-manualBackupWebServer", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/backup.manualBackupWebServer", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "backup-listBackupFiles", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/backup.listBackupFiles", "params": [ { "name": "destinationId", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "serverId", "value": "", "type": "query" } ] } } ] } ], "bundled": true }