Update product key

This is an API function to update a product key. 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 PUT --header 'Content-Type: application/json'

--header 'Accept: application/json'

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

-d 'REQUESTBODYINJSONFORMAT'

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

Request body (JSON format)

{

  "productKey": "string",

  "serial": "string",

  "termKey": "string"

}

Request parameter (JSON format)
Item name Request parameter Type Value Default value
Product Key productKey String 25 characters, alphanumeric characters Impossible to omit
Serial Number serial String 13 characters, numerals Impossible to omit
Term License Key termKey String

25 characters, alphanumeric characters

Term License Key is not necessary for a trial version.
Response

{

"statusHulft": "string",

"statusIoT": "string"

}

Response parameter
Item name Response parameter Type Value
Product Key update status (HULFT) statusHulft String

"success" | "failure"

Product Key update status (HULFT IoT) statusIoT String

"success" | "failure"