Hitachi

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


6.3 Methods and objects that can be used in the user definition window

Load the following js files to use the interface provided by the Intelligent Integrated Management Base in html files for user-defined windows.

In Windows

Manager-path\public\assets\js\customContent.js

Manager-path\public\assets\js\vendor.js

In UNIX

/opt/jp1imm/public/assets/js/customContent.js

/opt/jp1imm/public/assets/js/vendor.js

For an example of how to use these files, see the usage example in 6.3.1 CustomContent.initialize.

The following table shows the methods and objects that can be used in the user definition window.

Table 6‒2: Methods and objects that can be used in the user definition window

Method name

Functionality

CustomContent.initialize

The method to execute the initialization processing by using the event handler received by the argument.

CustomContent.simt

Provides methods that manipulate the Simt data.

CustomContent.node

The object that has the information on the IM management node that was selected in the integrated operation viewer.

CustomContent.options.props

The object that has the information on the client.

CustomContent.postActions

The method to execute the specified plug-in functions.

CustomContent.showMessage

The method to define a message to be displayed in the title and message display area.

CustomContent.selectNodeByTreeSid

The method to make the IM management node with the SID, which was specified in the argument, selected in the integrated operation viewer.

CustomContent.selectNodeByTargetSid

Organization of this section