Files
1Panel/agent/cmd/server/docs/x-log.json
2026-05-21 18:20:06 +08:00

3959 lines
85 KiB
JSON

{
"/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"
},
"/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/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": "更新备份账号 [types]",
"formatEN": "update backup account [types]"
},
"/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"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 API 接口配置 =\u003e IP 白名单: [ipWhiteList]",
"formatEN": "update api config =\u003e IP White List: [ipWhiteList]"
},
"/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": "更新备份账号 [types]",
"formatEN": "update backup account [types]"
},
"/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/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": [
"userId",
"groupId"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "创建 AI 网关 API Key 用户 [userId] 分组 [groupId]",
"formatEN": "create AI proxy API key user [userId] group [groupId]"
},
"/core/enterprise/ai-proxy/api-keys/delete": {
"bodyKeys": [
"id"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "删除 AI 网关 API Key [id]",
"formatEN": "delete AI proxy API key [id]"
},
"/core/enterprise/ai-proxy/api-keys/reveal": {
"bodyKeys": [
"id"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "查看 AI 网关 API Key [id]",
"formatEN": "reveal AI proxy API key [id]"
},
"/core/enterprise/ai-proxy/api-keys/update": {
"bodyKeys": [
"id",
"userId",
"groupId"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 AI 网关 API Key [id] 用户 [userId] 分组 [groupId]",
"formatEN": "update AI proxy API key [id] user [userId] group [groupId]"
},
"/core/enterprise/ai-proxy/backends/delete": {
"bodyKeys": [
"id"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "删除 AI 网关后端 [id]",
"formatEN": "delete AI proxy backend [id]"
},
"/core/enterprise/ai-proxy/backends/import": {
"bodyKeys": [
"accountId"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "导入 AI 网关后端账号 [accountId]",
"formatEN": "import AI proxy backend account [accountId]"
},
"/core/enterprise/ai-proxy/backends/status": {
"bodyKeys": [
"id",
"enabled"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 AI 网关后端 [id] 状态 [enabled]",
"formatEN": "update AI proxy backend [id] status [enabled]"
},
"/core/enterprise/ai-proxy/backends/update": {
"bodyKeys": [
"id"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 AI 网关后端 [id]",
"formatEN": "update AI proxy backend [id]"
},
"/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": [],
"formatZH": "删除 AI 网关敏感词分组 [id]",
"formatEN": "delete AI proxy sensitive group [id]"
},
"/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": [],
"formatZH": "创建 AI 网关敏感词,分组 [groupId]",
"formatEN": "create AI proxy sensitive word, group [groupId]"
},
"/core/enterprise/ai-proxy/content/words/delete": {
"bodyKeys": [
"id"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "删除 AI 网关敏感词 [id]",
"formatEN": "delete AI proxy sensitive word [id]"
},
"/core/enterprise/ai-proxy/content/words/import": {
"bodyKeys": [
"groupId"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "导入 AI 网关敏感词,分组 [groupId]",
"formatEN": "import AI proxy sensitive words, group [groupId]"
},
"/core/enterprise/ai-proxy/content/words/update": {
"bodyKeys": [
"id",
"groupId"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 AI 网关敏感词 [id] 分组 [groupId]",
"formatEN": "update AI proxy sensitive word [id] group [groupId]"
},
"/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": [],
"formatZH": "删除 AI 网关分组 [id]",
"formatEN": "delete AI proxy group [id]"
},
"/core/enterprise/ai-proxy/groups/update": {
"bodyKeys": [
"name"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 AI 网关分组 [name]",
"formatEN": "update AI proxy 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/update": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 AI 网关设置",
"formatEN": "update AI proxy settings"
},
"/core/enterprise/user": {
"bodyKeys": [
"name"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "添加用户 [name]",
"formatEN": "add user [name]"
},
"/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/add": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "添加许可证",
"formatEN": "import license"
},
"/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/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/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/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/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/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/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/upgrade": {
"bodyKeys": [
"id"
],
"paramKeys": [],
"beforeFunctions": [
{
"input_column": "id",
"input_value": "id",
"isList": false,
"db": "nodes",
"output_column": "name",
"output_value": "name"
}
],
"formatZH": "升级节点 [name]",
"formatEN": "upgrade node [name]"
},
"/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]"
},
"/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]"
},
"/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/bind": {
"bodyKeys": [
"database",
"username"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "绑定 mysql 数据库名 [database] [username]",
"formatEN": "bind mysql database [database] [username]"
},
"/databases/change/access": {
"bodyKeys": [
"id"
],
"paramKeys": [],
"beforeFunctions": [
{
"input_column": "id",
"input_value": "id",
"isList": false,
"db": "database_mysqls",
"output_column": "name",
"output_value": "name"
}
],
"formatZH": "更新数据库 [name] 访问权限",
"formatEN": "Update database [name] access"
},
"/databases/change/password": {
"bodyKeys": [
"id"
],
"paramKeys": [],
"beforeFunctions": [
{
"input_column": "id",
"input_value": "id",
"isList": false,
"db": "database_mysqls",
"output_column": "name",
"output_value": "name"
}
],
"formatZH": "更新数据库 [name] 密码",
"formatEN": "Update database [name] 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/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 [user] 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/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": "修改权限 [paths] =\u003e [mode]",
"formatEN": "Change mode [paths] =\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": "修改用户/组 [paths] =\u003e [user]/[group]",
"formatEN": "Change owner [paths] =\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/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/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/filter/operate": {
"bodyKeys": [
"operate"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "[operate] iptables filter 防火墙",
"formatEN": "[operate] iptables filter firewall"
},
"/hosts/firewall/filter/rule/operate": {
"bodyKeys": [
"operation",
"chain"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "[operation] filter规则到 [chain]",
"formatEN": "[operation] filter rule to [chain]"
},
"/hosts/firewall/forward": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新端口转发规则",
"formatEN": "update port forward rules"
},
"/hosts/firewall/ip": {
"bodyKeys": [
"strategy",
"address"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "添加 ip 规则 [strategy] [address]",
"formatEN": "create address rules [strategy][address]"
},
"/hosts/firewall/operate": {
"bodyKeys": [
"operation"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "[operation] 防火墙",
"formatEN": "[operation] firewall"
},
"/hosts/firewall/port": {
"bodyKeys": [
"port",
"strategy"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "添加端口规则 [strategy] [port]",
"formatEN": "create port rules [strategy][port]"
},
"/hosts/monitor/clean": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "清空监控数据",
"formatEN": "clean monitor datas"
},
"/hosts/monitor/setting/update": {
"bodyKeys": [
"key",
"value"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "修改默认监控网卡 [name]-[value]",
"formatEN": "update default monitor [name]-[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/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"
},
"/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": "删除运行环境 [name]",
"formatEN": "Delete runtime [name]"
},
"/runtimes/operate": {
"bodyKeys": [
"id"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "操作运行环境 [name]",
"formatEN": "Operate runtime [name]"
},
"/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/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/conn/default": {
"bodyKeys": [
"defaultConn"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "本地终端默认连接 [defaultConn]",
"formatEN": "update system default conn [defaultConn]"
},
"/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] FTP"
},
"/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/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/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/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/update": {
"bodyKeys": [
"primaryDomain"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新网站 [primaryDomain]",
"formatEN": "Update website [primaryDomain]"
},
"/xpack/monitor/config/global": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新全局设置",
"formatEN": "update global config"
},
"/xpack/monitor/log/clear": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "清空日志",
"formatEN": "clear log"
},
"/xpack/monitor/site/update": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新网站设置",
"formatEN": "update website config"
},
"/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/waf/acl/create": {
"bodyKeys": [
"name"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "创建自定义规则 [name]",
"formatEN": "create acl [name]"
},
"/xpack/waf/acl/delete": {
"bodyKeys": [
"name"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "删除自定义规则 [name]",
"formatEN": "delete acl [name]"
},
"/xpack/waf/acl/update": {
"bodyKeys": [
"name"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新自定义规则 [name]",
"formatEN": "update acl [name]"
},
"/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/state": {
"bodyKeys": [
"scope",
"state"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 [state]全局配置[scope]",
"formatEN": "update [state] global config [scope]"
},
"/xpack/waf/config/website/state": {
"bodyKeys": [
"scope",
"state"
],
"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/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/rule/cc": {
"bodyKeys": [
"scope"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新[scope]频率访问限制",
"formatEN": "update [scope] CC config"
},
"/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/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/url/default": {
"bodyKeys": [
"url",
"type"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "添加 URL [url] 到默认[type]组",
"formatEN": "add URL [url] to default[type]group"
},
"/xpack/website/rule/cc": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新网站频率访问限制",
"formatEN": "update website CC config"
},
"/xpack/website/rule/geo": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新网站地区访问限制",
"formatEN": "update geo restrict"
}
}