{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin mongo API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "mongo", "type": "folder" }, "items": [ { "info": { "name": "mongo-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/mongo.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "mongo-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/mongo.one", "params": [ { "name": "mongoId", "value": "", "type": "query" } ] } }, { "info": { "name": "mongo-start", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/mongo.start", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "mongo-stop", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/mongo.stop", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "mongo-saveExternalPort", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/mongo.saveExternalPort", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "mongo-deploy", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/mongo.deploy", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "mongo-changeStatus", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/mongo.changeStatus", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "mongo-reload", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/mongo.reload", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "mongo-remove", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/mongo.remove", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "mongo-saveEnvironment", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/mongo.saveEnvironment", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "mongo-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/mongo.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "mongo-changePassword", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/mongo.changePassword", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "mongo-move", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/mongo.move", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "mongo-rebuild", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/mongo.rebuild", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "mongo-search", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/mongo.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": "mongo-readLogs", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/mongo.readLogs", "params": [ { "name": "mongoId", "value": "", "type": "query" }, { "name": "tail", "value": "", "type": "query" }, { "name": "since", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] } } ] } ], "bundled": true }