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