4.2.3 Considering data labeled "value" of the SID
You can add additional information labeled value to the assigned SID. JP1/IM - Manager (Intelligent Integrated Management Base) provides the variables listed in the following table.
|
No. |
Variable name |
Value |
|---|---|---|
|
1 |
component |
Specifies the name of the product that manages the management target and the name of the product's component. SYSTEM, DEFAULT, and a string starting with HITACHI are reserved words and therefore cannot be specified. You can use ASCII numbers, uppercase alphabetic letters, and a forward slash (/). The value must be within 240 bytes.
|
|
2 |
category# |
Specifies the category information that corresponds to each component (categoryId). |
|
3 |
subCategory |
Specifies the subcategory, such as a product name. This value can be up to 255 characters (any characters except control characters). |
|
4 |
label |
Specifies the name after a change, if the component name displayed in the tree is to be changed. |
|
5 |
methods |
Specifies the names of plug-in functions, in array format, that are executable through the plug-in processing execution REST API for the applicable component. |
- #
-
Specify the categoryId defined in the category name definition file for IM management nodes (imdd_category_name.conf) by using up to 255 half-width alphanumeric characters.
If you specify a category other than a standard category, add a definition to the category name definition file for IM management nodes. For details on the definition file, see Category name definition file for IM management nodes (imdd_category_name.conf) in Chapter 2. Definition Files.
The following table lists category IDs that the category variable can accept.
|
No. |
Category display name |
Category ID to be specified |
|---|---|---|
|
1 |
Job |
job |
|
2 |
Service Response |
serviceResponse |
|
3 |
Enterprise |
enterprise |
|
4 |
Transaction Processing |
transactionProcessing |
|
5 |
Application Server |
applicationServer |
|
6 |
Database |
database |
|
7 |
Platform |
platform |
|
8 |
Service |
service |
|
9 |
Virtual Machine |
virtualMachine |
|
10 |
Management Applications |
managementApplications |
|
11 |
Other Applications |
otherApplications |
|
12 |
Arbitrary category display name |
Arbitrary category |
The following shows an example in which up is added as categoryId and User Program as categoryName.
{
"meta":{
"version":"1"
},
"categoryData":[
{"categoryId":"job","categoryName":"Job"},
{"categoryId":"serviceResponse","categoryName":"Service Response"},
{"categoryId":"enterprise","categoryName":"Enterprise"},
{"categoryId":"transactionProcessing","categoryName":"Transaction Processin"},
{"categoryId":"applicationServer","categoryName":"Application Server"},
{"categoryId":"database","categoryName":"Database"},
{"categoryId":"platform","categoryName":"OS"},
{"categoryId":"service","categoryName":"Service"},
{"categoryId":"virtualMachine","categoryName":"Virtual Machine"},
{"categoryId":"otherApplications","categoryName":"Other Applications"},
{"categoryId":"up","categoryName":"User Program"}
]
}