|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
Invoking this relative URL on a specified agent generates an XML instance document listing the microagents on that agent.Figure 5 MicroAgents URL Sample OutputRequired parameters for the MicroAgents URL are:
• Agent Name of the agent.Optional parameters for the MicroAgents URL are:
• Style A specific XSLT/XPATH stylesheet. If the stylesheet takes parameters, you can include them in the relative URL. If Style is not included, the server uses the default stylesheet, Ident.xsl.
• Domain A specific TIBCO Hawk domain. If this parameter is not included, the server uses the domain default.
• Micro A microagent and its Instance Identifier, separated by a colon ( : ). If this parameter is not included, the server lists all microagents in the agent.If you specify an optional parameter that does not exist, such as a stylesheet that is not in the HAWK_HOME/webconsole/tomcat/webapps/http/xsl directory, the server returns an error.The following relative URL retrieves information about the Self microagent. The agent is in the default domain in an Agent named Agile.The following relative URL retrieves information about all microagents on the Agile Agent in the domain named new.The following relative URL retrieves information about the Process microagent with an instance index of 1, on the Agile Agent in the new Hawk domain. Instead of the default stylesheet, it specifies the stylesheet mystyle.xsl.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |