Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This page refers to End-user REST API version 2 only. See End-user REST API for links to other versions of the End-user REST API.


To activate a license for a given, unique combination of an activation key and a HostID using the End-user REST API version 2, use the following request:

...

Code Block
languagejs
firstline1
linenumberstrue
PUT /rest/v1v2/licenses/4CT1V-4T10N-K3Y1S-C000L/dHlwZTE9dmFsdWUxLHR5cGUyPXZhbHVlPTI= HTTP/1.1
Host: license.x-formation.com
Accept: application/hal+json

...

Code Block
languagetext
firstline1
linenumberstrue
HTTP/1.1 202 Accepted
Location: https://license.x-formation.com/rest/v1v2/license-queue/4CT1V-4T10N-K3Y1S-C000L/dHlwZTE9dmFsdWUxLHR5cGUyPXZhbHVlPTI=
Code Block
languagejs
firstline1
linenumberstrue
HTTP/1.1 400 Bad Request
Content-Type: application/hal+json
 
{
    "code": 1600,
    "message": "InvalidHostid HostIDwrong format provided."
}
Code Block
languagejs
firstline1
linenumberstrue
HTTP/1.1 403 Forbidden
Content-Type: application/hal+json
 
{
    "code": 1709,     
    "message": "License generator was not uploaded for this product."
}

For more information about HTTP methods, see Supported HTTP methods.