HP Systems Insight Manager User Manual
Page 309

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. -->
<!ATTLIST web-block accepts-targets (true|false) "true">
<!-- The main-url specifies the URL to launch the tool. If the URL
accepts parameters, the URL must be specified as a parameterized
string. -->
<!ELEMENT main-url ( #PCDATA ) >
<!-- The status-url specifies a URL at which one might find the status
of this web launch tool during execution. -->
<!ELEMENT status-url ( #PCDATA ) >
<!-- The current-url specifies the current URL. -->
<!ELEMENT current-url ( #PCDATA ) >
<!-- The side-url specifies a set-aside URL. -->
<!ELEMENT side-url ( #PCDATA ) >
<!-- The target-format defines the format of targets in a web launch
tool and is specified as a parameterized string.-->
<!ELEMENT target-format ( #PCDATA ) >
<!-- The automation tool performs an action on the CMS which
Custom tools 309