D.2 List of members of the unit definition information object that can be acquired by the API
The following table lists the members of the unit definition information object that can be acquired by the API.
No. |
Member |
Acquired information |
Unit list acquisition API |
Unit information acquisition API |
Default value if information cannot be acquired |
---|---|---|---|---|---|
1 |
unitName |
Full name of the unit |
Yes |
Yes |
"" (null character) |
2 |
simpleUnitName |
Unit name |
Yes |
Yes |
"" (null character) |
3 |
unitComment |
Comment for the unit |
Yes |
Yes |
"" (null character) |
4 |
unitType |
Unit type |
Yes |
Yes |
"NONE" |
5 |
customJobType |
Type of the custom job |
Yes |
Yes |
"" (null character) |
6 |
owner |
Owner |
Yes |
Yes |
"" (null character) |
7 |
jp1ResourceGroup |
JP1 resource group name |
Yes |
Yes |
"" (null character) |
8 |
execAgent |
Execution agent name |
Yes |
Yes |
"" (null character) |
9 |
execFileName |
Execution file name or script file name |
Yes |
Yes |
"" (null character) |
10 |
parameters |
Parameters |
Yes |
Yes |
"" (null character) |
11 |
registerStatus |
Registration status of the unit |
Yes# |
Yes |
"NONE" |
12 |
unitID |
Unit ID |
Yes |
Yes |
-1 |
13 |
recoveryUnit |
Whether the unit is a recovery unit |
Yes |
Yes |
false |
14 |
jobnetReleaseUnit |
Whether release entry has been performed for the unit |
Yes |
Yes |
false |
15 |
wait |
Whether the unit is a unit with wait condition |
Yes |
Yes |
false |
16 |
rootJobnetName |
Full name of the unit of the root jobnet |
Yes |
Yes |
"" (null character) |
17 |
customEventJobType |
Type of the custom event job |
Yes |
Yes |
"" (null character) |
- Legend:
-
Yes: Information can be acquired.
No: Information cannot be acquired, and the default value is returned.
- #
-
If Definition is specified for the range of information to be acquired, the API returns the default value without acquiring information.