plugin api

This commit is contained in:
jysperm
2014-05-15 21:32:38 +08:00
parent b80159d9e7
commit 2a06a3c631
2 changed files with 14 additions and 1 deletions

12
DOC/API/plugin.md Normal file
View File

@@ -0,0 +1,12 @@
## Plugin API
### POST /plugin/action/
Request:
{
"plugin": "ssh",
"action": "update_passwd"
}
Response.

View File

@@ -1,3 +1,4 @@
{
"name": "SSH"
"name": "SSH",
"description": "SSH 是 RootPanel 的基础服务,除了提供 SSH 登录之外,还负责监控其他各种资源的使用"
}