HP Systems Insight Manager 5.2 Update 2 Technical Reference Guide

optional elements, if any of the optional elements are
specified. Following the web-block element, one can specify zero
or more attribute elements.-->
<!ELEMENT web-launch-tool (category?, description?, comment?, owner?,
default-target?, execute-as-user?,
job-display-handler?,
toolbox-enabled?, toolbox*,
role-enabled?, role*,
include-filter*, web-block, attribute* ) >
<!-- In addition to the previously described elements, the
web-launch-tool element specifies the following attributes. The
name attribute specifies the tool name and must be specified in
the web-launch-tool element. The visible attribute specifies
whether the tool is visible for running. By default tools are
visible. The max-targets attribute specifies the maximum number
of targets against which a tool can run. The revision attribute
allows a tool author to specified a revision for the tool. Note
that this is for information aboutly. The job-log attribute
specifies whether the results of the command will be kept in this
systems job log. When job-log="true" the job and target status
for the tool will be kept for a relatively lengthy system-defined
period in the database after the job completes. When
job-log="false" only the last completed copy of the job and
target status for the tool will be kept in the cache for a much
shorter period of time, and will not be written to the database.
Job logging is enabled by default. The schedulable attribute
specifies whether the tool can be run as a scheduled task. When
schedulable="false" the tool can only run as a "run now" task.
Tools are schedulable by default. The guid attribute specifies a
globally unique identifier (GUID) for the tool. Because the
system generates a GUID for a tool during the add operation, this
field should only be specified during a modify operation. -->
<!ATTLIST web-launch-tool name CDATA #REQUIRED
visible (true | false) "true"
max-targets NMTOKEN #IMPLIED
revision NMTOKEN #IMPLIED
job-log (true | false) "true"
schedulable (true | false) "true"
guid NMTOKEN #IMPLIED >
<!-- The web-block specifies the elements specific to a web launch
tool. The web-block must specify a main-url element. Optionally,
the web-block can specify a side-url element, a status-url
element, and a current-url element. Additionally, the web-block
can specify the parameters for the URLs. Finally, the web-block
can optionally specify a target format to describe how targets
are passed to a Web-launch aware tool. -->
<!ELEMENT web-block (main-url, (side-url?, status-url?, current-url?),
parameter*, target-format? ) >
<!-- In addition to the above elements, the web-block element has one
attribute. The accepts-targets attribute specifies whether the
web launch tool accepts targets for execution. The
accepts-targets attribute is true by default. -->
346 Tools that extend management