node-status
插件属性
无。
该插件将会增加 /apisix/status
的接口用来暴露 APISIX 的状态,你需要通过 插件来暴露该接口。
启用插件
./conf/config.yaml
你需要为 /apisix/status
API 配置路由,并使用 插件暴露它。
{
"uri": "/apisix/status",
"public-api": {}
}
}'
Date: Tue, 03 Nov 2020 11:12:55 GMT
Content-Type: text/plain; charset=utf-8
Connection: keep-alive
Server: APISIX web server
返回结果中的参数释义如下:
禁用插件
如果你不再需要该插件,可以从配置文件 (./conf/config.yaml
) 中删除它:
你也可以移除暴露 接口的路由。
curl http://127.0.0.1:9080/apisix/admin/routes/ns -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X DELETE