You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2011/07/17 15:41:59 UTC

svn commit: r1147607 - /esme/site/trunk/content/docs/apis/jmx-rest-api.mdtext

Author: rhirsch
Date: Sun Jul 17 13:41:59 2011
New Revision: 1147607

URL: http://svn.apache.org/viewvc?rev=1147607&view=rev
Log:
CMS commit to esme by rhirsch

Modified:
    esme/site/trunk/content/docs/apis/jmx-rest-api.mdtext

Modified: esme/site/trunk/content/docs/apis/jmx-rest-api.mdtext
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/docs/apis/jmx-rest-api.mdtext?rev=1147607&r1=1147606&r2=1147607&view=diff
==============================================================================
--- esme/site/trunk/content/docs/apis/jmx-rest-api.mdtext (original)
+++ esme/site/trunk/content/docs/apis/jmx-rest-api.mdtext Sun Jul 17 13:41:59 2011
@@ -14,26 +14,28 @@ Before I send to code to Richard I would
 missing something or should do something different.
 Here is the api and sample returns. Bad requests or errors will return
 BadResponse.
-GET /jmx/mbeans - returns a list of mbean names
-GET /jmx/mbean/\[mbean name\](mbean-name\.html)
-/info - returns MBeanInfo for specified mbean
-GET /jmx/mbean/\[mbean name\](mbean-name\.html)
-/attributes - returns attribute name and string
-values
-POST /jmx/mbean/\[mbean name\](mbean-name\.html)
-/invoke/\[operation name\]
-<Params>
-&nbsp;<Param>pone</Param>
-&nbsp;<Param signature="java.lang.Long">123</Param>
-</Params>
-POST /jmx/mbean/\[mbean name/set - sets a single attribute
-<Attribute name="attr" value="val" />
-POST /jmx/mbean/\[mbean name\](mbean-name\.html)
-/set - sets multiple attributes
-<AttributeList>
-&nbsp;<Attribute name="att1" value="val1" />
-&nbsp;<Attrubute name="att2" value="val2" />
-</AttributeList>
+
+    GET /jmx/mbeans - returns a list of mbean names
+    GET /jmx/mbean/\[mbean name\](mbean-name\.html)
+    /info - returns MBeanInfo for specified mbean
+    GET /jmx/mbean/\[mbean name\](mbean-name\.html)
+    /attributes - returns attribute name and string
+    values
+    POST /jmx/mbean/\[mbean name\](mbean-name\.html)
+    /invoke/\[operation name\]
+    <Params>
+    &nbsp;<Param>pone</Param>
+    &nbsp;<Param signature="java.lang.Long">123</Param>
+    </Params>
+    POST /jmx/mbean/\[mbean name/set - sets a single attribute
+    <Attribute name="attr" value="val" />
+    POST /jmx/mbean/\[mbean name\](mbean-name\.html)
+    /set - sets multiple attributes
+    <AttributeList>
+    &nbsp;<Attribute name="att1" value="val1" />
+    &nbsp;<Attrubute name="att2" value="val2" />
+    </AttributeList>
+
 == SAMPLES ==
 
     GET /jmx/mbeans