Changes for page Wonder JavaMonitor and wotaskd
Last modified by Pascal Robert on 2023/08/10 22:21
From version 96.1
edited by David Avendasora
on 2010/11/29 22:44
on 2010/11/29 22:44
Change comment:
There is no comment for this version
To version 88.1
edited by David Avendasora
on 2010/11/29 23:03
on 2010/11/29 23:03
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -168,21 +168,18 @@ 168 168 ##start?**type=app&name={{color value="maroon"}}AppName{{/color}}**## 169 169 ##start?**type=ins&name={{color value="maroon"}}AppName{{/color}}-{{color value="maroon"}}InstanceNumber{{/color}}**## 170 170 171 -For example, if you want to get details about all instances and applications, you call : 171 +To get details about all instances of all applications: 172 +##http:~/~/monitorhost:port/cgi-bin/WebObjects/JavaMonitor.woa/admin/info?type=all## 172 172 173 -[[http://monitorhost:port9/cgi-bin/WebObjects/JavaMonitor.woa/admin/info?type=all]] 174 +To get details about the **AjaxExample** application: 175 +##http:~/~/monitorhost:port/cgi-bin/WebObjects/JavaMonitor.woa/admin/info?type=app&name=AjaxExample## 174 174 175 -To get details about the //AjaxExample// application : 177 +To get details about instance **1** of the **AjaxExample** application: 178 +##http:~/~/monitorhost:port/cgi-bin/WebObjects/JavaMonitor.woa/admin/info?type=ins&name=AjaxExample-1## 176 176 177 -[[http://monitorhost:port/cgi-bin/WebObjects/JavaMonitor.woa/admin/info?type=app&name=AjaxExample]] 178 - 179 -And for a specific instance : 180 - 181 -[[http://monitorhost:port/cgi-bin/WebObjects/JavaMonitor.woa/admin/info?type=ins&name=AjaxExample-1]] 182 - 183 183 ==== Remote Control via REST Routes ==== 184 184 185 - OnSeptember28th2010,RESTrouteswereaddedin JavaMonitor.Thoseroutes+the directactionsexplainedin this documentallowyoutocontrolalmosteverything remotely(make sure that your JavaMonitor installation is secure).As thedirectactions, append ##?pw=XXXX## to the URLs if JavaMonitor is password protected.182 +If the control offered by the Direct Actions isn't enough, JavaMonitor allows additional control via [[REST>>WONDER:ERRest Framework]] calls. Between the two methods (Direct Actions, REST) you have almost full remote-control of JavaMonitor. Just make sure that your JavaMonitor installation is secure Just like with Direct Actions, you need to append ##?pw=XXXX## to the URLs if your JavaMonitor is password protected. 186 186 187 187 Examples of REST calls : 188 188