Acquire version information

This is an API function to acquire version information. This API function corresponds to the operation on the screen that is displayed by selecting the [Version Information] from the [user-name] button that is displayed on the right-top of the operation screen of Manager.

Format

curl -X GET --header 'Accept: application/json'

--header 'X-API-KEY:APIKEY'

'http://HOSTNAME:PORTNUMBER/api/v1/version'

Request parameter
A request parameter is not required.
Response

{

"implementationDate": "string",

"implementationFormattedVersion": "string",

"implementationFullFormattedVersion": "string",

"implementationVersion": "string"

}

Response parameter
Item name Response parameter Type Value
Creation day of the module implementationDate String

The value is returned by using a "yyyy-MM-dd HH:mm:ss.SSS" format.

Example: 2017-11-07 16:07:35.665

HULFT IoT version implementationFormattedVersion String

The version without a minor revision is returned.

Example: V01L03R01

HULFT IoT version (full) implementationFullFormattedVersion String

The version with a minor revision is returned.

Example: V01L03R01P00

HULFT IoT version (number only) implementationVersion String

The version without alphabetical characters is returned.

Example: 010301