跳到主要内容
版本:latest

check_total_install_info

检查「网站监控报表」插件是否已安装、版本是否满足要求以及是否有购买授权。

  • 路由POST /site
  • actioncheck_total_install_info

输入参数

参数名称必选类型描述
actionString固定值 check_total_install_info

输出参数

参数名称类型描述
total_statusBoolean插件版本是否满足要求(≥7.6)
nginx_statusBooleanNginx 状态
buy_statusBoolean是否已购买授权

示例

请求

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

action=check_total_install_info

响应

{"total_status": false, "nginx_status": true, "buy_status": false}