{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin postgres API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "postgres", "type": "folder" }, "items": [ { "info": { "name": "postgres-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/postgres.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "postgres-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/postgres.one", "params": [ { "name": "postgresId", "value": "", "type": "query" } ] } }, { "info": { "name": "postgres-start", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/postgres.start", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "postgres-stop", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/postgres.stop", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "postgres-saveExternalPort", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/postgres.saveExternalPort", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "postgres-deploy", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/postgres.deploy", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "postgres-changeStatus", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/postgres.changeStatus", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "postgres-remove", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/postgres.remove", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "postgres-saveEnvironment", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/postgres.saveEnvironment", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "postgres-reload", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/postgres.reload", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "postgres-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/postgres.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "postgres-changePassword", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/postgres.changePassword", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "postgres-move", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/postgres.move", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "postgres-rebuild", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/postgres.rebuild", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "postgres-search", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/postgres.search", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "appName", "value": "", "type": "query" }, { "name": "description", "value": "", "type": "query" }, { "name": "projectId", "value": "", "type": "query" }, { "name": "environmentId", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] } }, { "info": { "name": "postgres-readLogs", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/postgres.readLogs", "params": [ { "name": "postgresId", "value": "", "type": "query" }, { "name": "tail", "value": "", "type": "query" }, { "name": "since", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] } } ] } ], "bundled": true }