Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Command Reference


D.3 List of members of the status information object that can be acquired by the API

The following table lists the members of the status information object that can be acquired by the API.

Table D‒3: Members of the status 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

execID

Execution ID

Yes

Yes

"" (null character)

4

status

Unit status

Yes

Yes

"NONE"

5

schStartTime

Scheduled start time

Yes

Yes

"" (null character)

6

startTime

Start time

Yes

Yes

"" (null character)

7

reStartTime

Rerun start time

Yes

Yes

"" (null character)

8

endTime

End time

Yes

Yes

"" (null character)

9

startDelayStatus

Whether the start was delayed

Yes

Yes

"NONE"

10

nestStartDelayStatus

Whether the start of subordinate units was delayed

Yes

Yes

"NONE"

11

endDelayStatus

Whether the end was delayed

Yes

Yes

"NONE"

12

nestEndDelayStatus

Whether the end of subordinate units was delayed

Yes

Yes

"NONE"

13

startDelayTime

Time when the start was delayed

Yes

Yes

"" (null character)

14

endDelayTime

Time when the end was delayed

Yes

Yes

"" (null character)

15

changeType

Whether the plan has been changed temporarily

Yes

Yes

"NONE"

16

holdAttr

Hold attribute

Yes

Yes

"NONE"

17

registerTime

Time when the job is registered

Yes

Yes

"" (null character)

18

jobNumber

Job number

Yes

Yes

-1

19

retCode

Return code

Yes

Yes

"" (null character)

20

execHost

Execution host name

Yes

Yes

"" (null character)

21

delayedStart

Method of monitoring start delays

No

Yes#

"NONE"

22

delayedStartTime

Time to start monitoring of start delays

No

Yes#

"NONE"

23

delayedEnd

Method of monitoring end delays

No

Yes#

-1

24

delayedEndTime

Time to start monitoring of end delays

No

Yes#

"" (null character)

25

monitoringJobnet

Method of monitoring end delays based on the time required for jobnet execution

No

Yes#

"NONE"

26

timeRequiredForExecution

Time required for jobnet execution

No

Yes#

["NONE"]

Legend:

Yes: Information can be acquired.

No: Information cannot be acquired, and the default value is returned.

#

If the unit is anything other than a jobnet (including a nested jobnet) or a remote jobnet, the API returns the default value without acquiring information.