{ "/ai/domain/update": { "bodyKeys": [ "domain" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 Ollama 绑定域名 [domain]", "formatEN": "update Ollama bind domain [domain]" }, "/ai/ollama/close": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "关闭 Ollama 模型连接 [name]", "formatEN": "close conn for Ollama model [name]" }, "/ai/ollama/model": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "添加 Ollama 模型 [name]", "formatEN": "add Ollama model [name]" }, "/ai/ollama/model/del": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "ollama_models", "output_column": "name", "output_value": "names" } ], "formatZH": "删除 Ollama 模型 [names]", "formatEN": "remove Ollama model [names]" }, "/ai/ollama/model/recreate": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "添加 Ollama 模型重试 [name]", "formatEN": "re-add Ollama model [name]" }, "/ai/ollama/model/sync": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步 Ollama 模型列表", "formatEN": "sync Ollama model list" }, "/ai/tensorrt/create": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 TensorRT LLM [name]", "formatEN": "create TensorRT LLM [name]" }, "/ai/tensorrt/delete": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除 TensorRT LLM [id]", "formatEN": "delete TensorRT LLM [id]" }, "/ai/tensorrt/operate": { "bodyKeys": [ "id", "operate" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "操作 TensorRT LLM [id][operate]", "formatEN": "operate TensorRT LLM [id][operate]" }, "/ai/tensorrt/update": { "bodyKeys": [ "id", "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 TensorRT LLM [id][name]", "formatEN": "update TensorRT LLM [id][name]" }, "/alert": { "bodyKeys": [ "title" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建告警任务 [title]", "formatEN": "create alert [title]" }, "/alert/config/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除告警配置 [id]", "formatEN": "delete alert config [id]" }, "/alert/config/status": { "bodyKeys": [ "id", "status" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新告警配置状态 [id][status]", "formatEN": "update alert config status [id][status]" }, "/alert/config/update": { "bodyKeys": [ "id", "displayName" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新告警配置 [id][displayName]", "formatEN": "update alert config [id][displayName]" }, "/alert/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除告警任务 [id]", "formatEN": "delete alert [id]" }, "/alert/logs/clean": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "清空告警日志", "formatEN": "clean alert logs" }, "/alert/status": { "bodyKeys": [ "id", "status" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新告警任务 [id] 状态 [status]", "formatEN": "update alert [id] status [status]" }, "/alert/update": { "bodyKeys": [ "title" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新告警任务 [title]", "formatEN": "update alert [title]" }, "/apps/ignored/cancel": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "取消忽略应用升级", "formatEN": "Cancel ignore application upgrade" }, "/apps/install": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "安装应用 [name]", "formatEN": "Install app [name]" }, "/apps/installed/config/update": { "bodyKeys": [ "installID", "webUI" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "应用配置更新 [installID]", "formatEN": "Application config update [installID]" }, "/apps/installed/ignore": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "忽略应用升级", "formatEN": "Ignore application upgrade" }, "/apps/installed/op": { "bodyKeys": [ "installId", "operate" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "installId", "isList": false, "db": "app_installs", "output_column": "app_id", "output_value": "appId" }, { "input_column": "id", "input_value": "installId", "isList": false, "db": "app_installs", "output_column": "name", "output_value": "appName" }, { "input_column": "id", "input_value": "appId", "isList": false, "db": "apps", "output_column": "key", "output_value": "appKey" } ], "formatZH": "[operate] 应用 [appKey][appName]", "formatEN": "[operate] App [appKey][appName]" }, "/apps/installed/params/update": { "bodyKeys": [ "installId" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "installId", "isList": false, "db": "app_installs", "output_column": "name", "output_value": "name" } ], "formatZH": "应用参数修改 [name]", "formatEN": "Application param update [name]" }, "/apps/installed/port/change": { "bodyKeys": [ "key", "name", "port" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "应用端口修改 [key]-[name] =\u003e [port]", "formatEN": "Application port update [key]-[name] =\u003e [port]" }, "/apps/installed/sort/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新已安装应用排序", "formatEN": "update installed app sort" }, "/apps/installed/sync": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步已安装应用列表", "formatEN": "Sync the list of installed apps" }, "/apps/sync/local": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "应用商店同步", "formatEN": "App store synchronization" }, "/apps/sync/remote": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "应用商店同步", "formatEN": "App store synchronization" }, "/backups": { "bodyKeys": [ "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建备份账号 [type]", "formatEN": "create backup account [type]" }, "/backups/backup": { "bodyKeys": [ "type", "name", "detailName" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "备份 [type] 数据 [name][detailName]", "formatEN": "backup [type] data [name][detailName]" }, "/backups/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "backup_accounts", "output_column": "type", "output_value": "types" } ], "formatZH": "删除备份账号 [types]", "formatEN": "delete backup account [types]" }, "/backups/record/del": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "backup_records", "output_column": "file_name", "output_value": "files" } ], "formatZH": "删除备份记录 [files]", "formatEN": "delete backup records [files]" }, "/backups/record/download": { "bodyKeys": [ "source", "fileName" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "下载备份记录 [source][fileName]", "formatEN": "download backup records [source][fileName]" }, "/backups/recover": { "bodyKeys": [ "type", "name", "detailName", "file" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "从 [file] 恢复 [type] 数据 [name][detailName]", "formatEN": "recover [type] data [name][detailName] from [file]" }, "/backups/recover/byupload": { "bodyKeys": [ "type", "name", "detailName", "file" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "从 [file] 恢复 [type] 数据 [name][detailName]", "formatEN": "recover [type] data [name][detailName] from [file]" }, "/backups/update": { "bodyKeys": [ "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新备份账号 [type]", "formatEN": "update backup account [type]" }, "/backups/upload": { "bodyKeys": [ "filePath" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "上传备份文件 [filePath]", "formatEN": "upload backup file [filePath]" }, "/containers": { "bodyKeys": [ "name", "image" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建容器 [name][image]", "formatEN": "create container [name][image]" }, "/containers/clean/log": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "清理容器 [name] 日志", "formatEN": "clean container [name] logs" }, "/containers/compose": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 compose [name]", "formatEN": "create compose [name]" }, "/containers/compose/clean/log": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "清理容器编排 [name] 日志", "formatEN": "clean compose [name] logs" }, "/containers/compose/operate": { "bodyKeys": [ "name", "operation" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "compose [operation] [name]", "formatEN": "compose [operation] [name]" }, "/containers/compose/test": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "检测 compose [name] 格式", "formatEN": "check compose [name]" }, "/containers/compose/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 compose [name]", "formatEN": "update compose information [name]" }, "/containers/daemonjson/update": { "bodyKeys": [ "key", "value" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新配置 [key]", "formatEN": "Updated configuration [key]" }, "/containers/daemonjson/update/byfile": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新配置文件", "formatEN": "Updated configuration file" }, "/containers/docker/operate": { "bodyKeys": [ "operation" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "docker 服务 [operation]", "formatEN": "[operation] docker service" }, "/containers/files/del": { "bodyKeys": [ "containerID", "paths" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除容器 [containerID] 文件 [paths]", "formatEN": "Delete files [paths] in container [containerID]" }, "/containers/files/download": { "bodyKeys": [ "containerID", "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "下载容器 [containerID] 文件 [path]", "formatEN": "Download file [path] from container [containerID]" }, "/containers/files/upload": { "bodyKeys": [ "containerID", "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "容器 [containerID] 上传文件到 [path]", "formatEN": "Upload file to [path] in container [containerID]" }, "/containers/image/build": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "构建镜像 [name]", "formatEN": "build image [name]" }, "/containers/image/load": { "bodyKeys": [ "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "从 [path] 加载镜像", "formatEN": "load image from [path]" }, "/containers/image/pull": { "bodyKeys": [ "repoID", "imageName" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "repoID", "isList": false, "db": "image_repos", "output_column": "name", "output_value": "reponame" } ], "formatZH": "镜像拉取 [reponame][imageName]", "formatEN": "image pull [reponame][imageName]" }, "/containers/image/push": { "bodyKeys": [ "repoID", "tagName", "name" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "repoID", "isList": false, "db": "image_repos", "output_column": "name", "output_value": "reponame" } ], "formatZH": "[tagName] 推送到 [reponame][name]", "formatEN": "push [tagName] to [reponame][name]" }, "/containers/image/remove": { "bodyKeys": [ "names" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "移除镜像 [names]", "formatEN": "remove image [names]" }, "/containers/image/save": { "bodyKeys": [ "tagName", "path", "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "保留 [tagName] 为 [path]/[name]", "formatEN": "save [tagName] as [path]/[name]" }, "/containers/image/tag": { "bodyKeys": [ "repoID", "targetName" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "repoID", "isList": false, "db": "image_repos", "output_column": "name", "output_value": "reponame" } ], "formatZH": "tag 镜像 [reponame][targetName]", "formatEN": "tag image [reponame][targetName]" }, "/containers/ipv6option/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 ipv6 配置", "formatEN": "Updated the ipv6 option" }, "/containers/logoption/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新日志配置", "formatEN": "Updated the log option" }, "/containers/network": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建容器网络 name", "formatEN": "create container network [name]" }, "/containers/network/del": { "bodyKeys": [ "names" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除容器网络 [names]", "formatEN": "delete container network [names]" }, "/containers/operate": { "bodyKeys": [ "names", "operation" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "容器 [names] 执行 [operation]", "formatEN": "container [operation] [names]" }, "/containers/prune": { "bodyKeys": [ "pruneType" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "清理容器 [pruneType]", "formatEN": "clean container [pruneType]" }, "/containers/rename": { "bodyKeys": [ "name", "newName" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "容器重命名 [name] =\u003e [newName]", "formatEN": "rename container [name] =\u003e [newName]" }, "/containers/repo": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建镜像仓库 [name]", "formatEN": "create image repo [name]" }, "/containers/repo/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "image_repos", "output_column": "name", "output_value": "name" } ], "formatZH": "删除镜像仓库 [name]", "formatEN": "delete image repo [name]" }, "/containers/repo/update": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "image_repos", "output_column": "name", "output_value": "name" } ], "formatZH": "更新镜像仓库 [name]", "formatEN": "update image repo information [name]" }, "/containers/template": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 compose 模版 [name]", "formatEN": "create compose template [name]" }, "/containers/template/batch": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "批量导入编排模版", "formatEN": "batch import compose templates" }, "/containers/template/del": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "compose_templates", "output_column": "name", "output_value": "names" } ], "formatZH": "删除 compose 模版 [names]", "formatEN": "delete compose template [names]" }, "/containers/template/update": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "compose_templates", "output_column": "name", "output_value": "name" } ], "formatZH": "更新 compose 模版 [name]", "formatEN": "update compose template information [name]" }, "/containers/update": { "bodyKeys": [ "name", "image" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新容器 [name][image]", "formatEN": "update container [name][image]" }, "/containers/upgrade": { "bodyKeys": [ "names", "image" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新容器镜像 [names][image]", "formatEN": "upgrade container image [names][image]" }, "/containers/volume": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建容器存储卷 [name]", "formatEN": "create container volume [name]" }, "/containers/volume/del": { "bodyKeys": [ "names" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除容器存储卷 [names]", "formatEN": "delete container volume [names]" }, "/core/auth/api/generate": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "生成 API 接口密钥", "formatEN": "generate api key" }, "/core/auth/api/update": { "bodyKeys": [ "ipWhiteList", "apiTrustedProxies" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 API 接口配置 =\u003e IP 白名单: [ipWhiteList], API 可信代理: [apiTrustedProxies]", "formatEN": "update api config =\u003e IP Allowlist: [ipWhiteList], API Trusted Proxies: [apiTrustedProxies]" }, "/core/auth/expired/reset": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "重置过期密码", "formatEN": "reset an expired Password" }, "/core/auth/mfa/bind": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "mfa 绑定", "formatEN": "bind mfa" }, "/core/auth/mfa/close": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "mfa 关闭", "formatEN": "close mfa" }, "/core/backups": { "bodyKeys": [ "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建备份账号 [type]", "formatEN": "create backup account [type]" }, "/core/backups/del": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除备份账号 [name]", "formatEN": "delete backup account [name]" }, "/core/backups/update": { "bodyKeys": [ "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新备份账号 [type]", "formatEN": "update backup account [type]" }, "/core/commands": { "bodyKeys": [ "name", "command" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建快捷命令 [name][command]", "formatEN": "create quick command [name][command]" }, "/core/commands/del": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "commands", "output_column": "name", "output_value": "names" } ], "formatZH": "删除快捷命令 [names]", "formatEN": "delete quick command [names]" }, "/core/commands/export": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "导出快速命令", "formatEN": "export quick commands" }, "/core/commands/import": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "导入快速命令", "formatEN": "import quick commands" }, "/core/commands/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新快捷命令 [name]", "formatEN": "update quick command [name]" }, "/core/commands/upload": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "上传快速命令文件", "formatEN": "upload quick commands with csv" }, "/core/enterprise/agents/batch-install": { "bodyKeys": [ "nodeIDs", "agentType", "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "批量安装智能体 [agentType] 到节点 [nodeIDs]", "formatEN": "batch install agent [agentType] to nodes [nodeIDs]" }, "/core/enterprise/agents/batch-operate": { "bodyKeys": [ "nodeIDs", "agentType", "operate" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "批量操作智能体 [agentType] [operate]", "formatEN": "batch operate agent [agentType] [operate]" }, "/core/enterprise/agents/batch-skill-install": { "bodyKeys": [ "nodeIDs", "agentType", "skillID" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "批量安装智能体技能 [skillID] 到 [agentType]", "formatEN": "batch install agent skill [skillID] to [agentType]" }, "/core/enterprise/agents/batch-upgrade": { "bodyKeys": [ "nodeIDs", "agentType", "targetVersion" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "批量升级智能体 [agentType] 到 [targetVersion]", "formatEN": "batch upgrade agent [agentType] to [targetVersion]" }, "/core/enterprise/ai-benchmark/tasks": { "bodyKeys": [ "model" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 AI 基准测试 [model]", "formatEN": "create AI benchmark [model]" }, "/core/enterprise/ai-benchmark/tasks/:id/cancel": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "取消 AI 基准测试", "formatEN": "cancel AI benchmark" }, "/core/enterprise/ai-benchmark/tasks/delete": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除 AI 基准测试 [id]", "formatEN": "delete AI benchmark [id]" }, "/core/enterprise/ai-proxy/api-keys/create": { "bodyKeys": [ "groupId" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "groupId", "isList": false, "db": "ai_proxy_user_groups", "output_column": "name", "output_value": "groupName" } ], "formatZH": "创建 AI 网关 API Key 分组 [groupName]", "formatEN": "create AI proxy API key group [groupName]" }, "/core/enterprise/ai-proxy/api-keys/delete": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除 AI 网关 API Key", "formatEN": "delete AI proxy API key" }, "/core/enterprise/ai-proxy/api-keys/reactivate": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "重新激活 AI 网关 API Key", "formatEN": "reactivate AI proxy API key" }, "/core/enterprise/ai-proxy/api-keys/reveal": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "查看 AI 网关 API Key", "formatEN": "reveal AI proxy API key" }, "/core/enterprise/ai-proxy/api-keys/token/reset": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "重置 AI 网关 API Key Token", "formatEN": "reset AI proxy API key token" }, "/core/enterprise/ai-proxy/api-keys/update": { "bodyKeys": [ "groupId" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "groupId", "isList": false, "db": "ai_proxy_user_groups", "output_column": "name", "output_value": "groupName" } ], "formatZH": "更新 AI 网关 API Key 分组 [groupName]", "formatEN": "update AI proxy API key group [groupName]" }, "/core/enterprise/ai-proxy/backends/delete": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除 AI 网关后端", "formatEN": "delete AI proxy backend" }, "/core/enterprise/ai-proxy/backends/import": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "导入 AI 网关后端账号", "formatEN": "import AI proxy backend account" }, "/core/enterprise/ai-proxy/backends/status": { "bodyKeys": [ "enabled" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 AI 网关后端状态 [enabled]", "formatEN": "update AI proxy backend status [enabled]" }, "/core/enterprise/ai-proxy/backends/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 AI 网关后端", "formatEN": "update AI proxy backend" }, "/core/enterprise/ai-proxy/content/groups/create": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 AI 网关敏感词分组 [name]", "formatEN": "create AI proxy sensitive group [name]" }, "/core/enterprise/ai-proxy/content/groups/delete": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "ai_proxy_sensitive_groups", "output_column": "name", "output_value": "name" } ], "formatZH": "删除 AI 网关敏感词分组 [name]", "formatEN": "delete AI proxy sensitive group [name]" }, "/core/enterprise/ai-proxy/content/groups/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 AI 网关敏感词分组 [name]", "formatEN": "update AI proxy sensitive group [name]" }, "/core/enterprise/ai-proxy/content/settings/update": { "bodyKeys": [ "enabled" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 AI 网关内容审查设置 [enabled]", "formatEN": "update AI proxy content audit settings [enabled]" }, "/core/enterprise/ai-proxy/content/words/create": { "bodyKeys": [ "groupId" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "groupId", "isList": false, "db": "ai_proxy_sensitive_groups", "output_column": "name", "output_value": "groupName" } ], "formatZH": "创建 AI 网关敏感词,分组 [groupName]", "formatEN": "create AI proxy sensitive word, group [groupName]" }, "/core/enterprise/ai-proxy/content/words/delete": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "ai_proxy_sensitive_words", "output_column": "word", "output_value": "word" } ], "formatZH": "删除 AI 网关敏感词 [word]", "formatEN": "delete AI proxy sensitive word [word]" }, "/core/enterprise/ai-proxy/content/words/import": { "bodyKeys": [ "groupId" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "groupId", "isList": false, "db": "ai_proxy_sensitive_groups", "output_column": "name", "output_value": "groupName" } ], "formatZH": "导入 AI 网关敏感词,分组 [groupName]", "formatEN": "import AI proxy sensitive words, group [groupName]" }, "/core/enterprise/ai-proxy/content/words/update": { "bodyKeys": [ "id", "groupId" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "ai_proxy_sensitive_words", "output_column": "word", "output_value": "word" }, { "input_column": "id", "input_value": "groupId", "isList": false, "db": "ai_proxy_sensitive_groups", "output_column": "name", "output_value": "groupName" } ], "formatZH": "更新 AI 网关敏感词 [word] 分组 [groupName]", "formatEN": "update AI proxy sensitive word [word] group [groupName]" }, "/core/enterprise/ai-proxy/groups/create": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 AI 网关分组 [name]", "formatEN": "create AI proxy group [name]" }, "/core/enterprise/ai-proxy/groups/delete": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "ai_proxy_user_groups", "output_column": "name", "output_value": "name" } ], "formatZH": "删除 AI 网关分组 [name]", "formatEN": "delete AI proxy group [name]" }, "/core/enterprise/ai-proxy/groups/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 AI 网关分组 [name]", "formatEN": "update AI proxy group [name]" }, "/core/enterprise/ai-proxy/model-groups/create": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 AI 网关模型组 [name]", "formatEN": "create AI proxy model group [name]" }, "/core/enterprise/ai-proxy/model-groups/delete": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除 AI 网关模型组 [id]", "formatEN": "delete AI proxy model group [id]" }, "/core/enterprise/ai-proxy/model-groups/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 AI 网关模型组 [name]", "formatEN": "update AI proxy model group [name]" }, "/core/enterprise/ai-proxy/service/operate": { "bodyKeys": [ "operate" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "操作 AI 网关服务 [operate]", "formatEN": "operate AI proxy service [operate]" }, "/core/enterprise/ai-proxy/settings/logs/clear": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "清空 AI 网关日志", "formatEN": "clear AI proxy logs" }, "/core/enterprise/ai-proxy/settings/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 AI 网关设置", "formatEN": "update AI proxy settings" }, "/core/enterprise/ai-proxy/smart-route/policy/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 AI 网关智能路由策略", "formatEN": "update AI proxy smart route policy" }, "/core/enterprise/ai-proxy/smart-route/samples/create": { "bodyKeys": [ "type", "label" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 AI 网关智能路由样本 [type] [label]", "formatEN": "create AI proxy smart route sample [type] [label]" }, "/core/enterprise/ai-proxy/smart-route/samples/delete": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除 AI 网关智能路由样本 [id]", "formatEN": "delete AI proxy smart route sample [id]" }, "/core/enterprise/ai-proxy/smart-route/samples/rebuild": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "重建 AI 网关智能路由样本向量", "formatEN": "rebuild AI proxy smart route sample vectors" }, "/core/enterprise/ai-proxy/smart-route/samples/update": { "bodyKeys": [ "id", "type", "label" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 AI 网关智能路由样本 [id] [type] [label]", "formatEN": "update AI proxy smart route sample [id] [type] [label]" }, "/core/enterprise/auth-sources/ldap/setting": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 LDAP 认证设置", "formatEN": "update LDAP authentication settings" }, "/core/enterprise/auth-sources/ldap/sync/run": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "手动同步 LDAP 用户", "formatEN": "manually synchronize LDAP users" }, "/core/enterprise/auth-sources/ldap/sync/setting": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 LDAP 同步设置", "formatEN": "update LDAP synchronization settings" }, "/core/enterprise/auth-sources/ldap/test-connection": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "测试 LDAP 连接", "formatEN": "test LDAP connection" }, "/core/enterprise/auth-sources/ldap/test-login": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "测试 LDAP 用户登录", "formatEN": "test LDAP user login" }, "/core/enterprise/auth-sources/ldap/users/import": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "导入 LDAP 用户", "formatEN": "import LDAP users" }, "/core/enterprise/auth-sources/oidc/setting": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 OIDC 认证设置", "formatEN": "update OIDC authentication settings" }, "/core/enterprise/auth-sources/oidc/test-configuration": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "测试 OIDC 连接", "formatEN": "test OIDC connection" }, "/core/enterprise/auth-sources/oidc/test-login/begin": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "发起 OIDC 测试登录", "formatEN": "start OIDC test login" }, "/core/enterprise/auth-sources/saml2/setting": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 SAML2 认证设置", "formatEN": "update SAML2 authentication settings" }, "/core/enterprise/auth-sources/saml2/test-configuration": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "测试 SAML2 连接", "formatEN": "test SAML2 connection" }, "/core/enterprise/auth-sources/saml2/test-login/begin": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "发起 SAML2 测试登录", "formatEN": "start SAML2 test login" }, "/core/enterprise/licenses/community-restore": { "bodyKeys": [ "mode" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "恢复为社区版", "formatEN": "restore Community Edition" }, "/core/enterprise/licenses/upload": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "上传许可证", "formatEN": "upload license" }, "/core/enterprise/ops-report/download": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "下载运维报表", "formatEN": "download ops report" }, "/core/enterprise/ops-report/generate": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "生成运维报表", "formatEN": "generate ops report" }, "/core/enterprise/ops-report/setting/update": { "bodyKeys": [ "key" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新运维报表设置 [key]", "formatEN": "update ops report setting [key]" }, "/core/enterprise/roles": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建角色 [name]", "formatEN": "create role [name]" }, "/core/enterprise/roles/delete": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "roles", "output_column": "name", "output_value": "names" } ], "formatZH": "删除角色 [names]", "formatEN": "delete role [names]" }, "/core/enterprise/roles/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新角色 [name]", "formatEN": "update role [name]" }, "/core/enterprise/settings/footer/reset": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "重置企业版底部链接设置", "formatEN": "reset Enterprise footer link settings" }, "/core/enterprise/settings/footer/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新企业版底部链接设置", "formatEN": "update Enterprise footer link settings" }, "/core/enterprise/skills-hub/delete": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "skill_hub_items", "output_column": "name", "output_value": "name" } ], "formatZH": "删除 Skills Hub 技能 [name]", "formatEN": "delete Skills Hub skill [name]" }, "/core/enterprise/skills-hub/download": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "skill_hub_items", "output_column": "name", "output_value": "name" } ], "formatZH": "下载 Skills Hub 技能 [name]", "formatEN": "download Skills Hub skill [name]" }, "/core/enterprise/skills-hub/import": { "bodyKeys": [ "type", "version", "repoURL", "packageURL" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "导入 Skills Hub 技能版本 [version]", "formatEN": "import Skills Hub skill version [version]" }, "/core/enterprise/skills-hub/status": { "bodyKeys": [ "id", "operate" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "skill_hub_items", "output_column": "name", "output_value": "name" } ], "formatZH": "更新 Skills Hub 技能 [name] 状态 [operate]", "formatEN": "update Skills Hub skill [name] status [operate]" }, "/core/enterprise/skills-hub/targets/create": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 Skills Hub 安装目标 [name]", "formatEN": "create Skills Hub install target [name]" }, "/core/enterprise/skills-hub/targets/delete": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "skill_hub_install_targets", "output_column": "name", "output_value": "name" } ], "formatZH": "删除 Skills Hub 安装目标 [name]", "formatEN": "delete Skills Hub install target [name]" }, "/core/enterprise/skills-hub/targets/install": { "bodyKeys": [ "skillID", "targetIDs" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "skillID", "isList": false, "db": "skill_hub_items", "output_column": "name", "output_value": "skillName" }, { "input_column": "id", "input_value": "targetIDs", "isList": true, "db": "skill_hub_install_targets", "output_column": "name", "output_value": "targetNames" } ], "formatZH": "安装 Skills Hub 技能 [skillName] 到目标 [targetNames]", "formatEN": "install Skills Hub skill [skillName] to targets [targetNames]" }, "/core/enterprise/skills-hub/targets/status": { "bodyKeys": [ "id", "enabled" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "skill_hub_install_targets", "output_column": "name", "output_value": "name" } ], "formatZH": "更新 Skills Hub 安装目标 [name] 状态 [enabled]", "formatEN": "update Skills Hub install target [name] status [enabled]" }, "/core/enterprise/skills-hub/targets/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 Skills Hub 安装目标 [name]", "formatEN": "update Skills Hub install target [name]" }, "/core/enterprise/skills-hub/upload": { "bodyKeys": [ "version" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "上传 Skills Hub 技能包版本 [version]", "formatEN": "upload Skills Hub package version [version]" }, "/core/enterprise/users": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "添加用户 [name]", "formatEN": "add user [name]" }, "/core/enterprise/users/api/update": { "bodyKeys": [ "id", "ipWhiteList", "apiTrustedProxies" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "users", "output_column": "name", "output_value": "name" } ], "formatZH": "更新用户 [name] API 接口配置 =\u003e IP 白名单: [ipWhiteList], API 可信代理: [apiTrustedProxies]", "formatEN": "update user [name] api config =\u003e IP Allowlist: [ipWhiteList], API Trusted Proxies: [apiTrustedProxies]" }, "/core/enterprise/users/del": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "users", "output_column": "name", "output_value": "names" } ], "formatZH": "删除用户 [names]", "formatEN": "delete user [names]" }, "/core/enterprise/users/info/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 [name] 认证信息", "formatEN": "update user [name] auth info" }, "/core/enterprise/users/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 [name]", "formatEN": "update user [name]" }, "/core/groups": { "bodyKeys": [ "name", "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建组 [name][type]", "formatEN": "create group [name][type]" }, "/core/groups/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "groups", "output_column": "name", "output_value": "name" }, { "input_column": "id", "input_value": "id", "isList": false, "db": "groups", "output_column": "type", "output_value": "type" } ], "formatZH": "删除组 [type][name]", "formatEN": "delete group [type][name]" }, "/core/groups/update": { "bodyKeys": [ "name", "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新组 [name][type]", "formatEN": "update group [name][type]" }, "/core/licenses/bind": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "绑定许可证", "formatEN": "bind license" }, "/core/licenses/bind/free": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改许可证免费节点绑定", "formatEN": "change bind of free node for license" }, "/core/licenses/del": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除许可证", "formatEN": "delete license" }, "/core/licenses/sync": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步许可证信息", "formatEN": "sync license info" }, "/core/licenses/unbind": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "解绑许可证", "formatEN": "unbind license" }, "/core/licenses/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "替换许可证", "formatEN": "change license" }, "/core/licenses/upload": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "添加许可证", "formatEN": "import license" }, "/core/logs/clean": { "bodyKeys": [ "logType" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "清空 [logType] 日志信息", "formatEN": "Clean the [logType] log information" }, "/core/script": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "添加脚本库脚本 [name]", "formatEN": "add script [name]" }, "/core/script/del": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "script_librarys", "output_column": "name", "output_value": "names" } ], "formatZH": "删除脚本库脚本 [names]", "formatEN": "delete script [names]" }, "/core/script/sync": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步脚本库脚本", "formatEN": "sync scripts" }, "/core/script/update": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "cronjobs", "output_column": "name", "output_value": "name" } ], "formatZH": "更新脚本库脚本 [name]", "formatEN": "update script [name]" }, "/core/settings/bind/update": { "bodyKeys": [ "ipv6", "bindAddress" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改系统监听信息 =\u003e ipv6: [ipv6], 监听 IP: [bindAddress]", "formatEN": "update system bind info =\u003e ipv6: [ipv6], 监听 IP: [bindAddress]" }, "/core/settings/memo": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新仪表盘备忘录", "formatEN": "update dashboard memo" }, "/core/settings/menu/default": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "初始化菜单", "formatEN": "Init menu." }, "/core/settings/menu/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "隐藏高级功能菜单", "formatEN": "Hide advanced feature menu." }, "/core/settings/port/update": { "bodyKeys": [ "serverPort" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改系统端口 =\u003e [serverPort]", "formatEN": "update system port =\u003e [serverPort]" }, "/core/settings/proxy/update": { "bodyKeys": [ "proxyUrl", "proxyPort" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "服务器代理配置 [proxyPort]:[proxyPort]", "formatEN": "set proxy [proxyPort]:[proxyPort]." }, "/core/settings/ssl/reload": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "重载系统 SSL", "formatEN": "reload system SSL" }, "/core/settings/ssl/update": { "bodyKeys": [ "ssl" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改系统 ssl =\u003e [ssl]", "formatEN": "update system ssl =\u003e [ssl]" }, "/core/settings/terminal/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改系统终端配置", "formatEN": "update system terminal setting" }, "/core/settings/update": { "bodyKeys": [ "key", "value" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改系统配置 [key] =\u003e [value]", "formatEN": "update system setting [key] =\u003e [value]" }, "/core/settings/upgrade": { "bodyKeys": [ "version" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新系统 =\u003e [version]", "formatEN": "upgrade system =\u003e [version]" }, "/core/xapp/appQRCode": { "bodyKeys": [ "panelName", "panelUrl" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "生成移动端绑定二维码 [panelName]", "formatEN": "generate mobile app QR code [panelName]" }, "/core/xapp/verifyQRCode": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "校验移动端绑定二维码", "formatEN": "verify mobile app QR code" }, "/core/xpack/alert/offline/sync": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步离线告警", "formatEN": "sync offline alert" }, "/core/xpack/cluster": { "bodyKeys": [ "clusterName", "node", "app" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建集群 [clusterName]", "formatEN": "create cluster [clusterName]" }, "/core/xpack/cluster/node": { "bodyKeys": [ "clusterID", "node", "name" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "clusterID", "isList": false, "db": "clusters", "output_column": "name", "output_value": "clusterName" } ], "formatZH": "添加集群 [clusterName] 节点 [node]", "formatEN": "add node [node] to cluster [clusterName]" }, "/core/xpack/cluster/node/delete": { "bodyKeys": [ "clusterID", "clusterNodeID" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "clusterID", "isList": false, "db": "clusters", "output_column": "name", "output_value": "clusterName" } ], "formatZH": "删除集群 [clusterName] 节点 [clusterNodeID]", "formatEN": "delete node [clusterNodeID] from cluster [clusterName]" }, "/core/xpack/exchange/file": { "bodyKeys": [ "sourceNode", "targetNode", "sourcePath", "targetPath" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "交换文件 [sourcePath] 到 [targetPath]", "formatEN": "exchange file [sourcePath] to [targetPath]" }, "/core/xpack/exchange/image": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步节点镜像", "formatEN": "sync images" }, "/core/xpack/nodes": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "添加节点 [name]", "formatEN": "add node [name]" }, "/core/xpack/nodes/backup": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "备份主节点数据", "formatEN": "backup master data" }, "/core/xpack/nodes/backup/clean": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "清理主节点备份记录", "formatEN": "clean master backup records" }, "/core/xpack/nodes/backup/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改主节点备份设置", "formatEN": "update master backup setting" }, "/core/xpack/nodes/del": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "nodes", "output_column": "name", "output_value": "names" } ], "formatZH": "删除节点 [names]", "formatEN": "delete node [names]" }, "/core/xpack/nodes/favorite": { "bodyKeys": [ "id", "isFavorite" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "nodes", "output_column": "name", "output_value": "name" } ], "formatZH": "更新节点 [name] 收藏状态 [isFavorite]", "formatEN": "update node [name] favorite [isFavorite]" }, "/core/xpack/nodes/fix": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "nodes", "output_column": "name", "output_value": "name" } ], "formatZH": "修复节点 [name]", "formatEN": "fix node [name]" }, "/core/xpack/nodes/health/setting": { "bodyKeys": [ "interval", "autoCheckFailedNodes", "loadFailedResources" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新节点健康检查设置", "formatEN": "update node health check setting" }, "/core/xpack/nodes/reinstall": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "nodes", "output_column": "name", "output_value": "name" } ], "formatZH": "重装节点 [name]", "formatEN": "reinstall node [name]" }, "/core/xpack/nodes/restart": { "bodyKeys": [ "id", "restartService" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "nodes", "output_column": "name", "output_value": "name" } ], "formatZH": "重启节点 [name] 服务 [restartService]", "formatEN": "restart node [name] service [restartService]" }, "/core/xpack/nodes/rollback": { "bodyKeys": [ "nodeID" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "nodeID", "isList": false, "db": "nodes", "output_column": "name", "output_value": "name" } ], "formatZH": "回滚节点 [name]", "formatEN": "rollback node [name]" }, "/core/xpack/nodes/simple": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "添加节点 [name]", "formatEN": "add node [name]" }, "/core/xpack/nodes/simple/del": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "simple_nodes", "output_column": "name", "output_value": "names" } ], "formatZH": "删除节点 [names]", "formatEN": "delete node [names]" }, "/core/xpack/nodes/simple/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 [name]", "formatEN": "update node [name]" }, "/core/xpack/nodes/simple/update/base": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 [name] 基础信息", "formatEN": "update base info for node [name]" }, "/core/xpack/nodes/sync": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "nodes", "output_column": "name", "output_value": "name" } ], "formatZH": "同步节点数据 [name]", "formatEN": "sync node [name]" }, "/core/xpack/nodes/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 [name]", "formatEN": "update node [name]" }, "/core/xpack/nodes/update/base": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 [name] 基础信息", "formatEN": "update base info for node [name]" }, "/core/xpack/nodes/update/proxy": { "bodyKeys": [ "id", "enable" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "nodes", "output_column": "name", "output_value": "name" } ], "formatZH": "更新节点 [name] 代理设置 [enable]", "formatEN": "update node [name] proxy setting [enable]" }, "/core/xpack/nodes/upgrade": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "nodes", "output_column": "name", "output_value": "names" } ], "formatZH": "升级节点 [names]", "formatEN": "upgrade node [names]" }, "/core/xpack/nodes/upgrade/auto": { "bodyKeys": [ "nodes" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新节点自动升级设置", "formatEN": "update node auto upgrade setting" }, "/core/xpack/nodes/upgrade/clean": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "清理节点升级包", "formatEN": "clean node upgrade package" }, "/core/xpack/nodes/upgrade/log/del": { "bodyKeys": [ "nodeID" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "nodeID", "isList": false, "db": "nodes", "output_column": "name", "output_value": "name" } ], "formatZH": "删除节点更新日志 [name]", "formatEN": "delete node upgrade log [name]" }, "/core/xpack/settings/app/custom": { "bodyKeys": [ "status", "appStoreUrl", "appStoreType" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新自定义应用配置 [status]", "formatEN": "update custom app config [status]" }, "/core/xpack/settings/app/image-prefix": { "bodyKeys": [ "imagePrefix" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新应用镜像前缀 [imagePrefix]", "formatEN": "update app image prefix [imagePrefix]" }, "/core/xpack/settings/reset": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "重置专业版设置", "formatEN": "reset xpack settings" }, "/core/xpack/settings/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新专业版设置", "formatEN": "update xpack settings" }, "/core/xpack/settings/update/item": { "bodyKeys": [ "key", "value" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新专业版设置 [key]", "formatEN": "update xpack setting [key]" }, "/core/xpack/sync/app": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步节点应用", "formatEN": "sync app" }, "/core/xpack/sync/ssl": { "bodyKeys": [ "primaryDomain" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步 SSL 证书 [primaryDomain]", "formatEN": "sync SSL certificate [primaryDomain]" }, "/core/xpack/vms": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建虚拟机 [name]", "formatEN": "create VM [name]" }, "/core/xpack/vms/del": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除虚拟机 [name]", "formatEN": "delete VM [name]" }, "/core/xpack/vms/environment/enable": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "启用虚拟机运行环境", "formatEN": "enable VM runtime environment" }, "/core/xpack/vms/iso": { "bodyKeys": [ "name", "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建虚拟机镜像 [name] [type]", "formatEN": "create VM ISO [name] [type]" }, "/core/xpack/vms/iso/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "vm_isos", "output_column": "name", "output_value": "name" } ], "formatZH": "删除虚拟机镜像 [name]", "formatEN": "delete VM ISO [name]" }, "/core/xpack/vms/iso/update": { "bodyKeys": [ "name", "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新虚拟机镜像 [name] [type]", "formatEN": "update VM ISO [name] [type]" }, "/core/xpack/vms/networks": { "bodyKeys": [ "name", "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建虚拟机网络 [name] [type]", "formatEN": "create VM network [name] [type]" }, "/core/xpack/vms/networks/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "vm_networks", "output_column": "name", "output_value": "name" } ], "formatZH": "删除虚拟机网络 [name]", "formatEN": "delete VM network [name]" }, "/core/xpack/vms/networks/update": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "vm_networks", "output_column": "name", "output_value": "name" } ], "formatZH": "更新虚拟机网络 [name]", "formatEN": "update VM network [name]" }, "/core/xpack/vms/operate": { "bodyKeys": [ "name", "operate" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "操作虚拟机 [name] [operate]", "formatEN": "operate VM [name] [operate]" }, "/core/xpack/vms/orphans/clean": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "清理虚拟机孤立数据", "formatEN": "clean VM orphaned data" }, "/core/xpack/vms/rename": { "bodyKeys": [ "name", "newName" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "重命名虚拟机 [name] 为 [newName]", "formatEN": "rename VM [name] to [newName]" }, "/core/xpack/vms/snapshots": { "bodyKeys": [ "name", "snapshotName" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建虚拟机 [name] 快照 [snapshotName]", "formatEN": "create VM [name] snapshot [snapshotName]" }, "/core/xpack/vms/snapshots/del": { "bodyKeys": [ "name", "snapshotName" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除虚拟机 [name] 快照 [snapshotName]", "formatEN": "delete VM [name] snapshot [snapshotName]" }, "/core/xpack/vms/snapshots/recover": { "bodyKeys": [ "name", "snapshotName" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "恢复虚拟机 [name] 快照 [snapshotName]", "formatEN": "recover VM [name] snapshot [snapshotName]" }, "/core/xpack/vms/storages": { "bodyKeys": [ "name", "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建虚拟机存储 [name] [type]", "formatEN": "create VM storage [name] [type]" }, "/core/xpack/vms/storages/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "vm_storages", "output_column": "name", "output_value": "name" } ], "formatZH": "删除虚拟机存储 [name]", "formatEN": "delete VM storage [name]" }, "/core/xpack/vms/storages/update": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "vm_storages", "output_column": "name", "output_value": "name" } ], "formatZH": "更新虚拟机存储 [name]", "formatEN": "update VM storage [name]" }, "/core/xpack/vms/sync": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步虚拟机", "formatEN": "sync virtual machines" }, "/core/xpack/vms/templates": { "bodyKeys": [ "name", "templateName" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建虚拟机 [name] 模板 [templateName]", "formatEN": "create VM [name] template [templateName]" }, "/core/xpack/vms/templates/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "vm_templates", "output_column": "name", "output_value": "name" } ], "formatZH": "删除虚拟机模板 [name]", "formatEN": "delete VM template [name]" }, "/core/xpack/vms/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新虚拟机 [name]", "formatEN": "update VM [name]" }, "/cronjobs": { "bodyKeys": [ "type", "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建计划任务 [type][name]", "formatEN": "create cronjob [type][name]" }, "/cronjobs/del": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "cronjobs", "output_column": "name", "output_value": "names" } ], "formatZH": "删除计划任务 [names]", "formatEN": "delete cronjob [names]" }, "/cronjobs/group/update": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "cronjobs", "output_column": "name", "output_value": "name" } ], "formatZH": "更新计划任务分组 [name]", "formatEN": "update cronjob group [name]" }, "/cronjobs/handle": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "cronjobs", "output_column": "name", "output_value": "name" } ], "formatZH": "手动执行计划任务 [name]", "formatEN": "manually execute the cronjob [name]" }, "/cronjobs/records/clean": { "bodyKeys": [ "cronjobID" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "cronjobID", "isList": false, "db": "cronjobs", "output_column": "name", "output_value": "name" } ], "formatZH": "清空计划任务记录 [name]", "formatEN": "clean cronjob [name] records" }, "/cronjobs/status": { "bodyKeys": [ "id", "status" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "cronjobs", "output_column": "name", "output_value": "name" } ], "formatZH": "修改计划任务 [name] 状态为 [status]", "formatEN": "change the status of cronjob [name] to [status]." }, "/cronjobs/update": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "cronjobs", "output_column": "name", "output_value": "name" } ], "formatZH": "更新计划任务 [name]", "formatEN": "update cronjob [name]" }, "/custom/app/config": { "bodyKeys": [ "status", "appStoreUrl", "appStoreType" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新自定义应用配置 [status]", "formatEN": "update custom app config [status]" }, "/custom/app/image-prefix": { "bodyKeys": [ "imagePrefix" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新应用镜像前缀 [imagePrefix]", "formatEN": "update app image prefix [imagePrefix]" }, "/custom/app/sync": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步自定义应用商店", "formatEN": "sync custom app store" }, "/dashboard/app/launcher/show": { "bodyKeys": [ "key", "value" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "首页应用 [key] =\u003e 显示:[value]", "formatEN": "app launcher [key] =\u003e show: [value]" }, "/dashboard/quick/change": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "切换快速跳转", "formatEN": "change quick jump" }, "/databases": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 mysql 数据库 [name]", "formatEN": "create mysql database [name]" }, "/databases/change/access": { "bodyKeys": [ "database" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新数据库 [database] root 访问权限", "formatEN": "Update database [database] root access" }, "/databases/change/password": { "bodyKeys": [ "database" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新数据库 [database] root 密码", "formatEN": "Update database [database] root password" }, "/databases/common/update/conf": { "bodyKeys": [ "type", "database" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 [type] 数据库 [database] 配置信息", "formatEN": "update the [type] [database] database configuration information" }, "/databases/db": { "bodyKeys": [ "name", "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建远程数据库 [name][type]", "formatEN": "create database [name][type]" }, "/databases/db/check": { "bodyKeys": [ "name", "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "检测远程数据库 [name][type] 连接性", "formatEN": "check if database [name][type] is connectable" }, "/databases/db/del": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "databases", "output_column": "name", "output_value": "names" } ], "formatZH": "删除远程数据库 [names]", "formatEN": "delete database [names]" }, "/databases/db/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新远程数据库 [name]", "formatEN": "update database [name]" }, "/databases/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "database_mysqls", "output_column": "name", "output_value": "name" } ], "formatZH": "删除 mysql 数据库 [name]", "formatEN": "delete mysql database [name]" }, "/databases/description/update": { "bodyKeys": [ "id", "description" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "database_mysqls", "output_column": "name", "output_value": "name" } ], "formatZH": "mysql 数据库 [name] 描述信息修改 [description]", "formatEN": "The description of the mysql database [name] is modified =\u003e [description]" }, "/databases/grants": { "bodyKeys": [ "database", "db", "username", "host" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "授权 mysql 数据库 [database] 用户 [username]@[host] 访问 [db]", "formatEN": "grant mysql database [database] user [username]@[host] access to [db]" }, "/databases/grants/del": { "bodyKeys": [ "database", "db", "username", "host" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "取消 mysql 数据库 [database] 用户 [username]@[host] 对 [db] 的授权", "formatEN": "revoke mysql database [database] user [username]@[host] access to [db]" }, "/databases/mongodb": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 mongodb 数据库 [name]", "formatEN": "create mongodb database [name]" }, "/databases/mongodb/bind": { "bodyKeys": [ "database", "name", "username" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "绑定 mongodb 数据库 [database] [name] 用户 [username]", "formatEN": "bind mongodb database [database] [name] user [username]" }, "/databases/mongodb/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "database_mongodbs", "output_column": "name", "output_value": "name" } ], "formatZH": "删除 mongodb 数据库 [name]", "formatEN": "delete mongodb database [name]" }, "/databases/mongodb/description": { "bodyKeys": [ "id", "description" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "database_mongodbs", "output_column": "name", "output_value": "name" } ], "formatZH": "mongodb 数据库 [name] 描述信息修改 [description]", "formatEN": "The description of the mongodb database [name] is modified =\u003e [description]" }, "/databases/mongodb/password": { "bodyKeys": [ "database", "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 mongodb 数据库 [database] [name] 密码", "formatEN": "update mongodb database [database] [name] password" }, "/databases/mongodb/privileges/change": { "bodyKeys": [ "database", "username" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 mongodb 数据库 [database] 用户 [username] 权限", "formatEN": "update mongodb database [database] user [username] privileges" }, "/databases/mongodb/root/password": { "bodyKeys": [ "database" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 mongodb 数据库 [database] root 密码", "formatEN": "update mongodb database [database] root password" }, "/databases/pg": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 postgresql 数据库 [name]", "formatEN": "create postgresql database [name]" }, "/databases/pg/bind": { "bodyKeys": [ "name", "username" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "绑定 postgresql 数据库 [name] 用户 [username]", "formatEN": "bind postgresql database [name] user [username]" }, "/databases/pg/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "database_postgresqls", "output_column": "name", "output_value": "name" } ], "formatZH": "删除 postgresql 数据库 [name]", "formatEN": "delete postgresql database [name]" }, "/databases/pg/description": { "bodyKeys": [ "id", "description" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "database_postgresqls", "output_column": "name", "output_value": "name" } ], "formatZH": "postgresql 数据库 [name] 描述信息修改 [description]", "formatEN": "The description of the postgresql database [name] is modified =\u003e [description]" }, "/databases/pg/password": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "database_postgresqls", "output_column": "name", "output_value": "name" } ], "formatZH": "更新数据库 [name] 密码", "formatEN": "Update database [name] password" }, "/databases/pg/privileges": { "bodyKeys": [ "database", "username" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新数据库 [database] 用户 [username] 权限", "formatEN": "Update [username] privileges of database [database]" }, "/databases/redis/conf/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 redis 数据库配置信息", "formatEN": "update the redis database configuration information" }, "/databases/redis/password": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改 redis 数据库密码", "formatEN": "change the password of the redis database" }, "/databases/redis/persistence/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "redis 数据库持久化配置更新", "formatEN": "redis database persistence configuration update" }, "/databases/users": { "bodyKeys": [ "database", "username", "host" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 mysql 数据库 [database] 用户 [username]@[host]", "formatEN": "create mysql database [database] user [username]@[host]" }, "/databases/users/del": { "bodyKeys": [ "database", "username", "host" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除 mysql 数据库 [database] 用户 [username]@[host]", "formatEN": "delete mysql database [database] user [username]@[host]" }, "/databases/users/password": { "bodyKeys": [ "database", "username", "host" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 mysql 数据库 [database] 用户 [username]@[host] 密码", "formatEN": "update mysql database [database] user [username]@[host] password" }, "/databases/users/password/save": { "bodyKeys": [ "database", "username", "host" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "补充 mysql 数据库 [database] 用户 [username]@[host] 密码", "formatEN": "save mysql database [database] user [username]@[host] password locally" }, "/databases/users/update": { "bodyKeys": [ "database", "username", "host", "newHost", "description" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 mysql 数据库 [database] 用户 [username] 访问权限 [host] =\u003e [newHost] 描述 [description]", "formatEN": "update mysql database [database] user [username] access [host] =\u003e [newHost] description [description]" }, "/databases/variables/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "调整 mysql 数据库性能参数", "formatEN": "adjust mysql database performance parameters" }, "/files": { "bodyKeys": [ "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建文件/文件夹 [path]", "formatEN": "Create dir or file [path]" }, "/files/batch/del": { "bodyKeys": [ "paths" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "批量删除文件/文件夹 [paths]", "formatEN": "Batch delete dir or file [paths]" }, "/files/batch/role": { "bodyKeys": [ "paths", "mode", "user", "group" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "批量修改文件权限和用户/组 [paths] =\u003e [mode]/[user]/[group]", "formatEN": "Batch change file mode and owner [paths] =\u003e [mode]/[user]/[group]" }, "/files/chunkdownload": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "下载文件 [name]", "formatEN": "Download file [name]" }, "/files/compress": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "压缩文件 [name]", "formatEN": "Compress file [name]" }, "/files/content": { "bodyKeys": [ "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "获取文件内容 [path]", "formatEN": "Load file content [path]" }, "/files/decompress": { "bodyKeys": [ "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "解压 [path]", "formatEN": "Decompress file [path]" }, "/files/del": { "bodyKeys": [ "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除文件/文件夹 [path]", "formatEN": "Delete dir or file [path]" }, "/files/depth/size": { "bodyKeys": [ "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "获取目录及其第一层子目录文件夹大小 [path]", "formatEN": "Multi file size [path]" }, "/files/favorite": { "bodyKeys": [ "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "收藏文件/文件夹 [path]", "formatEN": "收藏文件/文件夹 [path]" }, "/files/favorite/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "favorites", "output_column": "path", "output_value": "path" } ], "formatZH": "删除收藏 [path]", "formatEN": "delete avorite [path]" }, "/files/mode": { "bodyKeys": [ "path", "mode" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改权限 [path] =\u003e [mode]", "formatEN": "Change mode [path] =\u003e [mode]" }, "/files/move": { "bodyKeys": [ "oldPaths", "newPath" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "移动文件 [oldPaths] =\u003e [newPath]", "formatEN": "Move [oldPaths] =\u003e [newPath]" }, "/files/owner": { "bodyKeys": [ "path", "user", "group" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改用户/组 [path] =\u003e [user]/[group]", "formatEN": "Change owner [path] =\u003e [user]/[group]" }, "/files/preview": { "bodyKeys": [ "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "预览文件内容 [path]", "formatEN": "Preview file content [path]" }, "/files/recycle/clear": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "清空回收站", "formatEN": "清空回收站" }, "/files/recycle/reduce": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "还原回收站文件 [name]", "formatEN": "Reduce RecycleBin file [name]" }, "/files/rename": { "bodyKeys": [ "oldName", "newName" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "重命名 [oldName] =\u003e [newName]", "formatEN": "Rename [oldName] =\u003e [newName]" }, "/files/save": { "bodyKeys": [ "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新文件内容 [path]", "formatEN": "Update file content [path]" }, "/files/share/create": { "bodyKeys": [ "path", "expireMinutes" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建文件分享 [path]", "formatEN": "Create file share [path]" }, "/files/share/del": { "bodyKeys": [ "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "关闭文件分享 [path]", "formatEN": "Close file share [path]" }, "/files/size": { "bodyKeys": [ "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "获取文件夹大小 [path]", "formatEN": "Load file size [path]" }, "/files/upload": { "bodyKeys": [ "path", "file" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "上传文件 [path]/[file]", "formatEN": "Upload file [path]/[file]" }, "/files/wget": { "bodyKeys": [ "url", "path", "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "下载 url =\u003e [path]/[name]", "formatEN": "Download url =\u003e [path]/[name]" }, "/files/wget/process/remove": { "bodyKeys": [ "keys" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "移除已结束下载记录 [keys]", "formatEN": "Remove finished download records [keys]" }, "/files/wget/stop": { "bodyKeys": [ "key" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "停止下载任务 [key]", "formatEN": "Stop wget task [key]" }, "/groups": { "bodyKeys": [ "name", "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建组 [name][type]", "formatEN": "create group [name][type]" }, "/groups/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "groups", "output_column": "name", "output_value": "name" }, { "input_column": "id", "input_value": "id", "isList": false, "db": "groups", "output_column": "type", "output_value": "type" } ], "formatZH": "删除组 [type][name]", "formatEN": "delete group [type][name]" }, "/groups/update": { "bodyKeys": [ "name", "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新组 [name][type]", "formatEN": "update group [name][type]" }, "/hosts": { "bodyKeys": [ "name", "addr" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建主机 [name][addr]", "formatEN": "create host [name][addr]" }, "/hosts/del": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "hosts", "output_column": "name", "output_value": "names" } ], "formatZH": "删除主机 [names]", "formatEN": "delete host [names]" }, "/hosts/disks/mount": { "bodyKeys": [ "device", "mountPoint" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "挂载磁盘 [device] 到 [mountPoint]", "formatEN": "Mount disk [device] to [mountPoint]" }, "/hosts/disks/partition": { "bodyKeys": [ "device", "filesystem", "mountPoint" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "对磁盘 [device] 进行分区,文件系统 [filesystem],挂载点 [mountPoint]", "formatEN": "Partition disk [device] with filesystem [filesystem], mount point [mountPoint]" }, "/hosts/disks/unmount": { "bodyKeys": [ "device", "mountPoint" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "卸载磁盘 [device] 从 [mountPoint]", "formatEN": "Unmount disk [device] from [mountPoint]" }, "/hosts/firewall/docker/operate": { "bodyKeys": [ "operation" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "[operation] Docker 端口防护", "formatEN": "[operation] Docker port guard" }, "/hosts/firewall/docker/policies/batch": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "批量更新 Docker 端口防护策略", "formatEN": "batch update Docker port guard policies" }, "/hosts/firewall/docker/policies/delete/batch": { "bodyKeys": [ "uuids" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除 Docker 端口防护策略 [uuids]", "formatEN": "delete Docker port guard policies [uuids]" }, "/hosts/firewall/docker/sync": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步 Docker 端口防护规则", "formatEN": "sync Docker port guard rules" }, "/hosts/firewall/filter/operate": { "bodyKeys": [ "operate" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "[operate] 防火墙过滤链", "formatEN": "[operate] firewall filter chain" }, "/hosts/firewall/forward/enable": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "初始化并启用端口转发", "formatEN": "initialize and enable port forwarding" }, "/hosts/firewall/forward/operate": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新端口转发规则", "formatEN": "update port forward rules" }, "/hosts/firewall/operate": { "bodyKeys": [ "operation" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "[operation] 防火墙", "formatEN": "[operation] firewall" }, "/hosts/firewall/rules": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "添加防火墙规则", "formatEN": "create firewall rules" }, "/hosts/firewall/rules/adopt": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "纳管防火墙规则", "formatEN": "adopt firewall rule" }, "/hosts/firewall/rules/delete": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除防火墙规则", "formatEN": "delete firewall rules" }, "/hosts/firewall/rules/reorder": { "bodyKeys": [ "uuid" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "调整防火墙规则顺序 [uuid]", "formatEN": "reorder firewall rule [uuid]" }, "/hosts/firewall/rules/reset": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "重置防火墙规则", "formatEN": "reset firewall rules" }, "/hosts/firewall/rules/sync": { "bodyKeys": [ "subsystem", "sourceProvider", "targetProvider" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步 [subsystem] 防火墙规则到 [targetProvider]", "formatEN": "sync [subsystem] firewall rules to [targetProvider]" }, "/hosts/firewall/rules/update": { "bodyKeys": [ "uuid" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新防火墙规则 [uuid]", "formatEN": "update firewall rule [uuid]" }, "/hosts/firewall/settings/operate": { "bodyKeys": [ "subsystem", "backend", "operation" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "防火墙子系统 [subsystem] 后端 [operation] [backend]", "formatEN": "[operation] firewall [subsystem] backend [backend]" }, "/hosts/firewall/settings/whitelist": { "bodyKeys": [ "rule" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建防火墙端口白名单", "formatEN": "create firewall port whitelist" }, "/hosts/firewall/settings/whitelist/delete": { "bodyKeys": [ "rules" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除防火墙端口白名单", "formatEN": "delete firewall port whitelist" }, "/hosts/firewall/settings/whitelist/update": { "bodyKeys": [ "oldRule", "rule" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "编辑防火墙端口白名单", "formatEN": "update firewall port whitelist" }, "/hosts/monitor/clean": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "清空监控数据", "formatEN": "clean monitor datas" }, "/hosts/monitor/setting/update": { "bodyKeys": [ "key", "value" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改默认监控网卡 [key]-[value]", "formatEN": "update default monitor [key]-[value]" }, "/hosts/ssh/cert": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "生成 SSH 密钥 ", "formatEN": "generate SSH secret" }, "/hosts/ssh/cert/delete": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除 SSH 密钥 ", "formatEN": "delete SSH secret" }, "/hosts/ssh/cert/sync": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步 SSH 密钥 ", "formatEN": "sync SSH secret" }, "/hosts/ssh/cert/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "生成 SSH 密钥 ", "formatEN": "generate SSH secret" }, "/hosts/ssh/file/update": { "bodyKeys": [ "key" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改 SSH 配置文件 [key]", "formatEN": "update SSH conf [key]" }, "/hosts/ssh/log/clean": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "清空 SSH 登录日志", "formatEN": "clean SSH login logs" }, "/hosts/ssh/operate": { "bodyKeys": [ "operation" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "[operation] SSH ", "formatEN": "[operation] SSH" }, "/hosts/ssh/update": { "bodyKeys": [ "key", "newValue" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改 SSH 配置 [key] =\u003e [newValue]", "formatEN": "update SSH setting [key] =\u003e [newValue]" }, "/hosts/tool/config/set": { "bodyKeys": [ "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 [type] 主机工具配置文件 ", "formatEN": "update [type] tool config" }, "/hosts/tool/init": { "bodyKeys": [ "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 [type] 配置", "formatEN": "create [type] config" }, "/hosts/tool/operate": { "bodyKeys": [ "operate", "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "[operate] [type] ", "formatEN": "[operate] [type]" }, "/hosts/tool/supervisor/process": { "bodyKeys": [ "operate" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "[operate] 守护进程 ", "formatEN": "[operate] process" }, "/hosts/tool/supervisor/process/file": { "bodyKeys": [ "operate" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "[operate] Supervisor 进程文件 ", "formatEN": "[operate] Supervisor Process Config file" }, "/hosts/update": { "bodyKeys": [ "name", "addr" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新主机 [name][addr]", "formatEN": "update host [name][addr]" }, "/hosts/update/group": { "bodyKeys": [ "id", "groupID" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "hosts", "output_column": "name", "output_value": "name" } ], "formatZH": "更新主机 [name] 分组", "formatEN": "update host [name] group" }, "/openresty/build": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "构建 OpenResty", "formatEN": "Build OpenResty" }, "/openresty/file": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 nginx 配置", "formatEN": "Update nginx conf" }, "/openresty/modules/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 OpenResty 模块", "formatEN": "Update OpenResty module" }, "/openresty/update": { "bodyKeys": [ "websiteId" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "websiteId", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "更新 nginx 配置 [domain]", "formatEN": "Update nginx conf [domain]" }, "/process/stop": { "bodyKeys": [ "PID" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "结束进程 [PID]", "formatEN": "结束进程 [PID]" }, "/runtimes": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建运行环境 [name]", "formatEN": "Create runtime [name]" }, "/runtimes/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除运行环境 [id]", "formatEN": "Delete runtime [id]" }, "/runtimes/operate": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "操作运行环境 [id]", "formatEN": "Operate runtime [id]" }, "/runtimes/php/config": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "[domain] PHP 配置修改", "formatEN": "[domain] PHP conf update" }, "/runtimes/php/update": { "bodyKeys": [ "websiteId" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "websiteId", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "php 配置修改 [domain]", "formatEN": "Nginx conf update [domain]" }, "/runtimes/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新运行环境 [name]", "formatEN": "Update runtime [name]" }, "/settings/files/ai/update": { "bodyKeys": [ "aiStatus", "aiAccountId" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新文件管理 AI 设置 [aiStatus][aiAccountId]", "formatEN": "update file manage AI setting [aiStatus][aiAccountId]" }, "/settings/snapshot": { "bodyKeys": [ "from", "description" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建系统快照 [description] 到 [from]", "formatEN": "Create system backup [description] to [from]" }, "/settings/snapshot/del": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "snapshots", "output_column": "name", "output_value": "name" } ], "formatZH": "删除系统快照 [name]", "formatEN": "Delete system backup [name]" }, "/settings/snapshot/description/update": { "bodyKeys": [ "id", "description" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "snapshots", "output_column": "name", "output_value": "name" } ], "formatZH": "快照 [name] 描述信息修改 [description]", "formatEN": "The description of the snapshot [name] is modified =\u003e [description]" }, "/settings/snapshot/import": { "bodyKeys": [ "from", "names" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "从 [from] 同步系统快照 [names]", "formatEN": "Sync system snapshots [names] from [from]" }, "/settings/snapshot/recover": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "snapshots", "output_column": "name", "output_value": "name" } ], "formatZH": "从系统快照 [name] 恢复", "formatEN": "Recover from system backup [name]" }, "/settings/snapshot/recreate": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "snapshots", "output_column": "name", "output_value": "name" } ], "formatZH": "重试创建快照 [name]", "formatEN": "recrete the snapshot [name]" }, "/settings/snapshot/rollback": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "snapshots", "output_column": "name", "output_value": "name" } ], "formatZH": "从系统快照 [name] 回滚", "formatEN": "Rollback from system backup [name]" }, "/settings/ssh/default": { "bodyKeys": [ "defaultConn" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "本地终端默认连接 [defaultConn]", "formatEN": "update system default conn [defaultConn]" }, "/settings/terminal/ai/update": { "bodyKeys": [ "aiStatus", "aiAccountId" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新终端 AI 设置 [aiStatus][aiAccountId]", "formatEN": "update terminal AI setting [aiStatus][aiAccountId]" }, "/settings/update": { "bodyKeys": [ "key", "value" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改系统配置 [key] =\u003e [value]", "formatEN": "update system setting [key] =\u003e [value]" }, "/toolbox/clam": { "bodyKeys": [ "name", "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建扫描规则 [name][path]", "formatEN": "create clam [name][path]" }, "/toolbox/clam/del": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "clams", "output_column": "name", "output_value": "names" } ], "formatZH": "删除扫描规则 [names]", "formatEN": "delete clam [names]" }, "/toolbox/clam/handle": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": true, "db": "clams", "output_column": "name", "output_value": "name" } ], "formatZH": "执行病毒扫描 [name]", "formatEN": "handle clam scan [name]" }, "/toolbox/clam/operate": { "bodyKeys": [ "operation" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "[operation] Clam", "formatEN": "[operation] Clam" }, "/toolbox/clam/record/clean": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": true, "db": "clams", "output_column": "name", "output_value": "name" } ], "formatZH": "清空扫描报告 [name]", "formatEN": "clean clam record [name]" }, "/toolbox/clam/status/update": { "bodyKeys": [ "id", "status" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "clams", "output_column": "name", "output_value": "name" } ], "formatZH": "修改扫描规则 [name] 状态为 [status]", "formatEN": "change the status of clam [name] to [status]." }, "/toolbox/clam/update": { "bodyKeys": [ "name", "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改扫描规则 [name][path]", "formatEN": "update clam [name][path]" }, "/toolbox/clean": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "清理系统垃圾文件", "formatEN": "Clean system junk files" }, "/toolbox/device/update/conf": { "bodyKeys": [ "key", "value" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改主机参数 [key] =\u003e [value]", "formatEN": "update device conf [key] =\u003e [value]" }, "/toolbox/device/update/host": { "bodyKeys": [ "key", "value" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改主机 Host [key] =\u003e [value]", "formatEN": "update device host [key] =\u003e [value]" }, "/toolbox/device/update/swap": { "bodyKeys": [ "operate", "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "[operate] 主机 swap [path]", "formatEN": "[operate] device swap [path]" }, "/toolbox/fail2ban/operate": { "bodyKeys": [ "operation" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "[operation] Fail2ban", "formatEN": "[operation] Fail2ban" }, "/toolbox/fail2ban/update": { "bodyKeys": [ "key", "value" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改 Fail2ban 配置 [key] =\u003e [value]", "formatEN": "update fail2ban conf [key] =\u003e [value]" }, "/toolbox/ftp": { "bodyKeys": [ "user", "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 FTP 账户 [user][path]", "formatEN": "create FTP [user][path]" }, "/toolbox/ftp/del": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "ftps", "output_column": "user", "output_value": "users" } ], "formatZH": "删除 FTP 账户 [users]", "formatEN": "delete FTP users [users]" }, "/toolbox/ftp/operate": { "bodyKeys": [ "operation" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "[operation] FTP", "formatEN": "[operation] FTP" }, "/toolbox/ftp/sync": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步 FTP 账户", "formatEN": "sync FTP users" }, "/toolbox/ftp/update": { "bodyKeys": [ "user", "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "修改 FTP 账户 [user][path]", "formatEN": "update FTP [user][path]" }, "/toolbox/scan": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "扫描系统垃圾文件", "formatEN": "scan System Junk Files" }, "/websites": { "bodyKeys": [ "alias" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建网站 [alias]", "formatEN": "Create website [alias]" }, "/websites/:id/https": { "bodyKeys": [ "websiteId" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "websiteId", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "更新网站 [domain] https 配置", "formatEN": "Update website https [domain] conf" }, "/websites/acme": { "bodyKeys": [ "email" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建网站 acme [email]", "formatEN": "Create website acme [email]" }, "/websites/acme/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "website_acme_accounts", "output_column": "email", "output_value": "email" } ], "formatZH": "删除网站 acme [email]", "formatEN": "Delete website acme [email]" }, "/websites/acme/update": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "website_acme_accounts", "output_column": "email", "output_value": "email" } ], "formatZH": "更新 acme [email]", "formatEN": "Update acme [email]" }, "/websites/ca": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建网站 ca [name]", "formatEN": "Create website ca [name]" }, "/websites/ca/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "website_cas", "output_column": "name", "output_value": "name" } ], "formatZH": "删除网站 ca [name]", "formatEN": "Delete website ca [name]" }, "/websites/ca/download": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "website_cas", "output_column": "name", "output_value": "name" } ], "formatZH": "下载 CA 证书文件 [name]", "formatEN": "download ca file [name]" }, "/websites/ca/obtain": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "website_cas", "output_column": "name", "output_value": "name" } ], "formatZH": "自签 SSL 证书 [name]", "formatEN": "Obtain SSL [name]" }, "/websites/ca/renew": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "website_cas", "output_column": "name", "output_value": "name" } ], "formatZH": "自签 SSL 证书 [name]", "formatEN": "Obtain SSL [name]" }, "/websites/config/update": { "bodyKeys": [ "websiteId" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "websiteId", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "nginx 配置修改 [domain]", "formatEN": "Nginx conf update [domain]" }, "/websites/default/html/update": { "bodyKeys": [ "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新默认 html", "formatEN": "Update default html" }, "/websites/default/server": { "bodyKeys": [ "id", "operate" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "修改默认 server =\u003e [domain]", "formatEN": "Change default server =\u003e [domain]" }, "/websites/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "删除网站 [domain]", "formatEN": "Delete website [domain]" }, "/websites/dir/permission": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "更新网站 [domain] 目录权限", "formatEN": "Update domain [domain] dir permission" }, "/websites/dir/update": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "更新网站 [domain] 目录", "formatEN": "Update domain [domain] dir" }, "/websites/dns": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建网站 dns [name]", "formatEN": "Create website dns [name]" }, "/websites/dns/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "website_dns_accounts", "output_column": "name", "output_value": "name" } ], "formatZH": "删除网站 dns [name]", "formatEN": "Delete website dns [name]" }, "/websites/dns/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新网站 dns [name]", "formatEN": "Update website dns [name]" }, "/websites/domains": { "bodyKeys": [ "domain" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建域名 [domain]", "formatEN": "Create domain [domain]" }, "/websites/domains/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "website_domains", "output_column": "domain", "output_value": "domain" } ], "formatZH": "删除域名 [domain]", "formatEN": "Delete domain [domain]" }, "/websites/domains/update": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "website_domains", "output_column": "domain", "output_value": "domain" } ], "formatZH": "更新域名 [domain]", "formatEN": "Update domain [domain]" }, "/websites/group/change": { "bodyKeys": [ "group", "newGroup" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "网站分组 [group] 迁移到 [newGroup]", "formatEN": "change website group [group] to [newGroup]" }, "/websites/log/operate": { "bodyKeys": [ "id", "operate" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "[domain][operate] 日志", "formatEN": "[domain][operate] logs" }, "/websites/nginx/update": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "[domain] Nginx 配置修改", "formatEN": "[domain] Nginx conf update" }, "/websites/operate": { "bodyKeys": [ "id", "operate" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "[operate] 网站 [domain]", "formatEN": "[operate] website [domain]" }, "/websites/php/version": { "bodyKeys": [ "websiteId" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "websiteId", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "php 版本变更 [domain]", "formatEN": "php version update [domain]" }, "/websites/proxies/delete": { "bodyKeys": [ "id", "name" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "删除网站 [domain] 反向代理配置 [name] ", "formatEN": "Delete domain [domain] proxy config [name]" }, "/websites/proxies/file": { "bodyKeys": [ "websiteID", "name" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "websiteID", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "修改网站 [domain] 反向代理配置文件 [name] ", "formatEN": "Update domain [domain] proxy config file [name]" }, "/websites/proxies/status": { "bodyKeys": [ "id", "name", "status" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "修改网站 [domain] 反向代理配置 [name] 状态 [status] ", "formatEN": "Update domain [domain] proxy config [name] status [status]" }, "/websites/proxies/update": { "bodyKeys": [ "id", "name", "operate" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "修改 [operate] 网站 [domain] 反向代理配置 [name] ", "formatEN": "Update [operate] domain [domain] proxy config [name]" }, "/websites/proxy/clear": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "清理 Openresty 代理缓存", "formatEN": "Clear nginx proxy cache" }, "/websites/realip/config": { "bodyKeys": [ "websiteID" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "websiteID", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "修改 [domain] 网站真实IP配置 ", "formatEN": "Modify the real IP configuration of [domain] website" }, "/websites/redirect/file": { "bodyKeys": [ "websiteID" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "websiteID", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "更新重定向文件 [domain]", "formatEN": "Nginx conf redirect file update [domain]" }, "/websites/redirect/update": { "bodyKeys": [ "websiteID" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "websiteID", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "修改网站 [domain] 重定向配置 ", "formatEN": "Update domain [domain] redirect config" }, "/websites/rewrite/update": { "bodyKeys": [ "websiteID" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "websiteID", "isList": false, "db": "websites", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "伪静态配置修改 [domain]", "formatEN": "Nginx conf rewrite update [domain]" }, "/websites/ssl": { "bodyKeys": [ "primaryDomain" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建网站 ssl [primaryDomain]", "formatEN": "Create website ssl [primaryDomain]" }, "/websites/ssl/del": { "bodyKeys": [ "ids" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ids", "isList": true, "db": "website_ssls", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "删除 ssl [domain]", "formatEN": "Delete ssl [domain]" }, "/websites/ssl/download": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "website_ssls", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "下载证书文件 [domain]", "formatEN": "download ssl file [domain]" }, "/websites/ssl/import": { "bodyKeys": [ "primaryDomain" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "导入主节点证书 [primaryDomain]", "formatEN": "import master SSL [primaryDomain]" }, "/websites/ssl/obtain": { "bodyKeys": [ "ID" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "ID", "isList": false, "db": "website_ssls", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "申请证书 [domain]", "formatEN": "apply ssl [domain]" }, "/websites/ssl/push": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "website_ssls", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "推送证书到节点 [domain]", "formatEN": "Push ssl to nodes [domain]" }, "/websites/ssl/update": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "website_ssls", "output_column": "primary_domain", "output_value": "domain" } ], "formatZH": "更新证书设置 [domain]", "formatEN": "Update ssl config [domain]" }, "/websites/ssl/upload": { "bodyKeys": [ "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "上传 ssl [type]", "formatEN": "Upload ssl [type]" }, "/websites/ssl/upload/file": { "bodyKeys": [ "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "上传 ssl 文件 [type]", "formatEN": "Upload ssl file [type]" }, "/websites/templates": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建网站模板 [name]", "formatEN": "Create website template [name]" }, "/websites/templates/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "website_templates", "output_column": "name", "output_value": "name" } ], "formatZH": "删除网站模板 [name]", "formatEN": "Delete website template [name]" }, "/websites/templates/outputs": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "生成模板产物 [name]", "formatEN": "Generate template output [name]" }, "/websites/templates/outputs/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "website_template_outputs", "output_column": "name", "output_value": "name" } ], "formatZH": "删除模板产物 [name]", "formatEN": "Delete template output [name]" }, "/websites/templates/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新网站模板 [name]", "formatEN": "Update website template [name]" }, "/websites/update": { "bodyKeys": [ "primaryDomain" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新网站 [primaryDomain]", "formatEN": "Update website [primaryDomain]" }, "/xpack/alert/logs/sync": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步短信告警信息 [id]", "formatEN": "sync SMS alert info [id]" }, "/xpack/alert/logs/sync/all": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "同步全部短信告警信息", "formatEN": "sync all SMS alert info" }, "/xpack/alert/offline/update": { "bodyKeys": [ "id", "type", "licenseId" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新离线告警日志 [id]", "formatEN": "update offline alert log [id]" }, "/xpack/model/downloader/hf/download": { "bodyKeys": [ "repoID", "revision" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "下载 Hugging Face 模型 [repoID]", "formatEN": "download Hugging Face model [repoID]" }, "/xpack/model/downloader/local/delete": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除本地模型 [name]", "formatEN": "delete local model [name]" }, "/xpack/model/downloader/modelscope/download": { "bodyKeys": [ "repoID", "revision" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "下载 ModelScope 模型 [repoID]", "formatEN": "download ModelScope model [repoID]" }, "/xpack/model/downloader/settings": { "bodyKeys": [ "modelDir" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新模型下载设置 [modelDir]", "formatEN": "update model downloader settings [modelDir]" }, "/xpack/model/downloader/tasks/cancel": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "model_download_tasks", "output_column": "repo_id", "output_value": "repoID" } ], "formatZH": "取消模型下载任务 [repoID]", "formatEN": "cancel model download task [repoID]" }, "/xpack/model/downloader/tasks/remove": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "model_download_tasks", "output_column": "repo_id", "output_value": "repoID" } ], "formatZH": "移除模型下载任务 [repoID]", "formatEN": "remove model download task [repoID]" }, "/xpack/model/downloader/tasks/retry": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "model_download_tasks", "output_column": "repo_id", "output_value": "repoID" } ], "formatZH": "重试模型下载任务 [repoID]", "formatEN": "retry model download task [repoID]" }, "/xpack/monitor/config/global": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新全局设置", "formatEN": "update global config" }, "/xpack/monitor/config/site/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新网站设置", "formatEN": "update website config" }, "/xpack/monitor/logs/clear": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "清空日志", "formatEN": "clear log" }, "/xpack/tampers/del": { "bodyKeys": [ "website", "path", "withDelete" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除防篡改 [website][path]", "formatEN": "delete tamper [website][path]" }, "/xpack/tampers/template": { "bodyKeys": [ "name", "content" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "保存防篡改模版 [name] - [content]", "formatEN": "save tamper template info [name] - [content]" }, "/xpack/tampers/template/del": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "tampers", "output_column": "name", "output_value": "name" } ], "formatZH": "删除防篡改模版 [name]", "formatEN": "delete tamper template [name]" }, "/xpack/tampers/update": { "bodyKeys": [ "website", "status", "path" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新防篡改信息 [website][path] =\u003e [status]", "formatEN": "update tamper info [website][path] =\u003e [status]" }, "/xpack/vllm/command-template/create": { "bodyKeys": [ "name", "imageType" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 vLLM 命令模板 [name]", "formatEN": "create vLLM command template [name]" }, "/xpack/vllm/command-template/delete": { "bodyKeys": [ "id" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "vllm_command_templates", "output_column": "name", "output_value": "name" } ], "formatZH": "删除 vLLM 命令模板 [name]", "formatEN": "delete vLLM command template [name]" }, "/xpack/vllm/command-template/update": { "bodyKeys": [ "id", "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 vLLM 命令模板 [name]", "formatEN": "update vLLM command template [name]" }, "/xpack/vllm/create": { "bodyKeys": [ "name", "appVersion" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 vLLM [name]", "formatEN": "create vLLM [name]" }, "/xpack/vllm/operate": { "bodyKeys": [ "id", "operate" ], "paramKeys": [], "beforeFunctions": [ { "input_column": "id", "input_value": "id", "isList": false, "db": "vllms", "output_column": "name", "output_value": "name" } ], "formatZH": "操作 vLLM [name] [operate]", "formatEN": "operate vLLM [name] [operate]" }, "/xpack/vllm/update": { "bodyKeys": [ "id", "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 vLLM [name]", "formatEN": "update vLLM [name]" }, "/xpack/waf/block/export": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "导出 WAF 封锁 IP", "formatEN": "export WAF blocked IP" }, "/xpack/waf/block/remove": { "bodyKeys": [ "ip" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "解封 IP [ip]", "formatEN": "unblock ip [ip]" }, "/xpack/waf/cdn/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 CDN 配置", "formatEN": "update CDN config" }, "/xpack/waf/config/global/spider": { "bodyKeys": [ "rules" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新全局蜘蛛允许列表", "formatEN": "update global spider allowlist" }, "/xpack/waf/config/global/state": { "bodyKeys": [ "scope", "state" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 [state]全局配置[scope]", "formatEN": "update [state] global config [scope]" }, "/xpack/waf/config/website/state": { "bodyKeys": [ "scope", "state", "mode" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 [state]网站配置[scope]", "formatEN": "update [state] website config [scope]" }, "/xpack/waf/html/revert": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "回滚拦截页面 [name]", "formatEN": "revert html res [name]" }, "/xpack/waf/html/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新拦截页面 [name]", "formatEN": "update html res [name]" }, "/xpack/waf/ip/default": { "bodyKeys": [ "ip", "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "添加 IP [ip] 到默认[type]组", "formatEN": "add ip [ip] to default[type]group" }, "/xpack/waf/ip/group/create": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 IP 组 [name]", "formatEN": "create ip group [name]" }, "/xpack/waf/ip/group/delete": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除 IP 组 [name]", "formatEN": "delete ip group [name]" }, "/xpack/waf/ip/group/export": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "导出 IP 组 [name]", "formatEN": "export IP group [name]" }, "/xpack/waf/ip/group/import": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "导入 IP 组", "formatEN": "import IP group" }, "/xpack/waf/ip/group/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 IP 组 [name]", "formatEN": "update ip group [name]" }, "/xpack/waf/location/update": { "bodyKeys": [ "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新[type]地址库信息", "formatEN": "update [type] location" }, "/xpack/waf/log/clear": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "清空 WAF 日志", "formatEN": "clear waf log" }, "/xpack/waf/log/export": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "导出 WAF 日志", "formatEN": "export WAF log" }, "/xpack/waf/rule/acl/create": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建自定义规则 [name]", "formatEN": "create acl [name]" }, "/xpack/waf/rule/acl/delete": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除自定义规则 [name]", "formatEN": "delete acl [name]" }, "/xpack/waf/rule/acl/update": { "bodyKeys": [ "name" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新自定义规则 [name]", "formatEN": "update acl [name]" }, "/xpack/waf/rule/app/update": { "bodyKeys": [ "name", "state" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新应用规则 [name] 状态 [state]", "formatEN": "update app rule [name] state [state]" }, "/xpack/waf/rule/cc": { "bodyKeys": [ "scope" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新[scope]频率访问限制", "formatEN": "update [scope] CC config" }, "/xpack/waf/rule/common/apply": { "bodyKeys": [ "scope" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "应用规则 [scope] 到网站", "formatEN": "apply rule [scope] to websites" }, "/xpack/waf/rule/common/create": { "bodyKeys": [ "scope" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建规则 [scope]", "formatEN": "create rule [scope]" }, "/xpack/waf/rule/common/delete": { "bodyKeys": [ "scope" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除规则 [scope]", "formatEN": "delete rule [scope]" }, "/xpack/waf/rule/common/export": { "bodyKeys": [ "scope" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "导出规则 [scope]", "formatEN": "export rule [scope]" }, "/xpack/waf/rule/common/import": { "bodyKeys": [ "scope" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "导入规则 [scope]", "formatEN": "import rule [scope]" }, "/xpack/waf/rule/common/update": { "bodyKeys": [ "scope" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新规则 [scope]", "formatEN": "update rule [scope]" }, "/xpack/waf/rule/geo": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新地区访问限制", "formatEN": "update geo restrict" }, "/xpack/waf/rule/ip/create": { "bodyKeys": [ "scope" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建[scope] IP 规则", "formatEN": "create [scope] IP rule" }, "/xpack/waf/rule/ip/delete": { "bodyKeys": [ "scope" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除[scope] IP 规则", "formatEN": "delete [scope] IP rule" }, "/xpack/waf/rule/ip/update": { "bodyKeys": [ "scope" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新[scope] IP 规则", "formatEN": "update [scope] IP rule" }, "/xpack/waf/rule/log": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新日志配置", "formatEN": "update waf log config" }, "/xpack/waf/rule/simple/create": { "bodyKeys": [ "scope" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建规则 [scope]", "formatEN": "create rule [scope]" }, "/xpack/waf/rule/urlcc/create": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "创建 URL 频率访问限制规则", "formatEN": "create URL CC rule" }, "/xpack/waf/rule/urlcc/delete": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "删除 URL 频率访问限制规则", "formatEN": "delete URL CC rule" }, "/xpack/waf/rule/urlcc/update": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新 URL 频率访问限制规则", "formatEN": "update URL CC rule" }, "/xpack/waf/rule/vuln/update": { "bodyKeys": [ "id", "state" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新漏洞规则 [id] 状态 [state]", "formatEN": "update vuln rule [id] state [state]" }, "/xpack/waf/url/default": { "bodyKeys": [ "url", "type" ], "paramKeys": [], "beforeFunctions": [], "formatZH": "添加 URL [url] 到默认[type]组", "formatEN": "add URL [url] to default[type]group" }, "/xpack/waf/website/rule/cc": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新网站频率访问限制", "formatEN": "update website CC config" }, "/xpack/waf/website/rule/geo": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "更新网站地区访问限制", "formatEN": "update geo restrict" }, "/xpack/xsetting/sync": { "bodyKeys": [], "paramKeys": [], "beforeFunctions": [], "formatZH": "从主节点同步设置", "formatEN": "sync settings from master" } }