跳到主要内容
版本:latest

get_sites_log_path

获取指定网站的 Web 日志存储路径。

  • 路由POST /site
  • actionget_sites_log_path

输入参数

参数名称必选类型描述
actionString固定值 get_sites_log_path
siteNameString网站域名

输出参数

参数名称类型描述
-String日志目录路径,如 /www/wwwlogs

示例

请求

POST /site HTTP/1.1
Host: 192.168.168.213:8888
Content-Type: application/x-www-form-urlencoded

action=get_sites_log_path&siteName=testapi.bt.local

响应

/www/wwwlogs