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