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