Hitachi

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


4.5.4 jp1SimtService.get

Based on the configuration information SID specified in its parameter, this method returns the SimtData object that puts together the SID in question and the data labeled value. The following table shows the details of the jp1SimtService.get method.

Method name

SimtData jp1SimtService.get(String sid)

Parameters
sid

String representing the configuration information SID

Return values

SimData object that puts together the configuration information SID and the data labeled value

If the configuration information SID specified in the parameter does not exist, this method returns null.

The SimtData object has the following fields:

  • String sid

  • Map<String, Object> value

Exception

None