Hitachi

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


7.3.3 Release information object

This object indicates the release information of the unit.

For details about whether the API can acquire the release information object, see D.4 List of members of the release information object that can be acquired by the API.

Format
{
  "releaseTime":"release-date",
  "releaseID":"release-ID",
  "releaseStatus":"release-status"
}
Member

The following table lists and describes the members to be returned.

Table 7‒24: List of members of the release information object

Member

Data type

Description

releaseTime

string

Returns the release date. For the release date, the time (unit: second) passed from Jan 1, 1970, 00:00:00 is converted to the following ISO 8601 format:

YYYY-MM-DDThh:mm:ssTZD

For details about the ISO 8601 format, see 6.3 Data types usable for an API.

If information cannot be acquired, or if the unit has no information, a character string of 0 bytes is returned.

releaseID

string

Returns the release ID by using a character string in the range from 1 to 30 bytes.

If information cannot be acquired, or if the unit has no information, a character string of 0 bytes is returned.

releaseStatus

string

Returns the release status, by using a character string constant specified for the ReleaseStatus constant. For details about the ReleaseStatus constant, see 7.4.6(1) ReleaseStatus.

If information cannot be acquired, or if the unit has no information, NONE (not applicable) is returned.