资 源 简 介
Our goal is to provide RESTful access to a JBoss Application Server
Document, explain, blog, experiment, test-drive, have fun
and spread the word :-)
Usage:
```
jboss-admin-rest/
server/
Get general information of the running server
------------------------------------------------------------------------------------
logs/{name}
@GET
get the {name} log
curl -v http://localhost:8080/jboss-admin-rest/logs/{boot, server}
-or a specific log-
curl -v http://localhost:8080/jboss-admin-rest/logs/server.2009-06-11
logs/{name}[?type={type}]
@GET
get the {name} log filtered by {type}
curl -v http://localhost:8080/jboss-admin-rest/logs/server[?type={all,debug,error,fatal,info,warn}]
------------------------------------------------------------------------------------
deployments/
@GET
get a list of