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
- Request parameter
-
A request parameter is not required.
- Response
- 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 |
||