mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-28 15:39:08 +08:00
plugin api
This commit is contained in:
12
DOC/API/plugin.md
Normal file
12
DOC/API/plugin.md
Normal file
@@ -0,0 +1,12 @@
|
||||
## Plugin API
|
||||
|
||||
### POST /plugin/action/
|
||||
|
||||
Request:
|
||||
|
||||
{
|
||||
"plugin": "ssh",
|
||||
"action": "update_passwd"
|
||||
}
|
||||
|
||||
Response.
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"name": "SSH"
|
||||
"name": "SSH",
|
||||
"description": "SSH 是 RootPanel 的基础服务,除了提供 SSH 登录之外,还负责监控其他各种资源的使用"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user