Last modified by Pascal Robert on 2023/08/10 22:21

From version 94.1
edited by David Avendasora
on 2010/11/29 22:52
Change comment: There is no comment for this version
To version 95.1
edited by David Avendasora
on 2010/11/29 22:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -168,17 +168,17 @@
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 -To get details about all instances of all applications:
171 +For example, if you want to get details about all instances and applications, you call :
172 172  
173 -{{http //monitorhost:port9/cgi-bin/WebObjects/JavaMonitor.woa/admin/info?type="all"}}{{/http}}
173 +[[http://monitorhost:port9/cgi-bin/WebObjects/JavaMonitor.woa/admin/info?type=all]]
174 174  
175 -To get details about the **AjaxExample** application:
175 +To get details about the //AjaxExample// application :
176 176  
177 -{{http //monitorhost:port/cgi-bin/WebObjects/JavaMonitor.woa/admin/info?type="app&name"}}{{/http}}
177 +[[http://monitorhost:port/cgi-bin/WebObjects/JavaMonitor.woa/admin/info?type=app&name=AjaxExample]]
178 178  
179 -To get details about instance **1** of the **AjaxExample** application:
179 +And for a specific instance :
180 180  
181 -{{http //monitorhost:port/cgi-bin/WebObjects/JavaMonitor.woa/admin/info?type="ins&name"}}{{/http}}
181 +[[http://monitorhost:port/cgi-bin/WebObjects/JavaMonitor.woa/admin/info?type=ins&name=AjaxExample-1]]
182 182  
183 183  ==== Remote Control via REST Routes ====
184 184