Hitachi

JP1 Version 12 JP1/Integrated Management 2 - Manager Command, Definition File and API Reference


6.2.1 Property information to be defined

The following table shows the property information to be defined.

An item must be specified to a single custom-UI-Id in the property. For characters to be specified in custom-UI-Id, see 6.2.2 Character string to be specified to custom-UI-Id.

Table 6‒1: Definition information of the customization of the Integrated Operation Viewer window

No.

property name

Required/Optional

Description

Specification range

1

jp1.imdd.gui.settings.contentViews.custom UI Id.title

Required

Specify a title to be displayed in the Custom UI tab.#1

If you specify a long string with half-width alphanumeric characters for the title, the WWW browser can truncate the string displayed as a tooltip for the title of the Custom UI tab.

When you use half-width space or full-width characters as appropriate in the title string, all the characters are displayed as the tooltip without truncation.

Between 1 and 255 characters

2

jp1.imdd.gui.settings.contentViews.custom UI Id.url

Required

Specify the absolute path from public to the HTML file that you want to display in the user definition window display area.#1

You need to use a forward slash (/) as the path separator character. Even if the path contains a half-width space character ( ), you do not have to enclose it with double quotation marks (").

Note that if a path that does not exist is specified to url, the user definition window display area displays a message in the "Not Found specified-path" format.

Between 1 and 255 characters

3

jp1.imdd.gui.settings.contentViews.custom UI Id.sid

Required#2

Specify the tree SID of the IM management node for displaying the user definition window.

You can use a regular expression#3 to specify it. Note that whether the specified tree SID exists is not checked.

Between 1 and 1,048,576 characters

4

jp1.imdd.gui.settings.contentViews.custom UI Id.target

Required#2

Specify the SID of an IM management node for displaying the user definition window.

You can use a regular expression#3 to specify it. Note that whether the specified SID exists is not checked.

#1:

For specifying 2-byte characters, convert them to Unicode. In this case, the number of characters is counted as the number of those that have already been converted into Unicode characters. You can specify characters other than control characters. Platform-dependent characters cannot be specified.

#2:

For each custom-UI-Id, always specify either sid or target. The specifiable characters depend on the specified tree SID or configuration information SID.

#3:

If you use a regular expression, using many ".*", which is an expression that matches with all characters, might cause research to take longer. For using ".*", keep in mind to use ".*" only where necessary.