Acquire product information

This is an API function to acquire product information. This API function corresponds to the operation on the screen that is displayed by clicking the [Product Information] tab after selecting the [License] on the operation screen of Manager.

Format

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

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

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

Request parameter

A request parameter is not required.

Response

{

"license": {

"productKey": "string",

"serial": "string",

"termKey": "string",

"version": "string"

},

"productInformation": {

"availableDays": 0,

"endDateTime": 0,

"licenseOption": {

"region": 0

},

"licenseType": "string",

"numberOfAgent": 0,

"startDateTime": 0

}

}

Response parameter
Item name Response parameter Type Value
Product Key license productKey String  
Serial serial String  
Term License Key termKey String  
Version version String  
Number of available days productInformation availableDays Integer Example: 365
End Date of Usage endDateTime Integer

The value is returned by using a "yyyyMMddHHmmssSSS" format.

Example: 20171122115605674

Region licenseOption region Integer

0 | 1

• 0: Not a region edition

• 1: A region edition

License Type licenseType String

"0" | "1" | "2"

• 0: Product version (term is unlimited)

• 1: Trial version

• 2: Product version (term is limited)

Agent Count numberOfAgent Integer  
Start Date of Usage startDateTime Integer

The value is returned by using a "yyyyMMddHHmmssSSS" format.

Example: 20171122115605674