Versions Compared

Key

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

To check the status of license activation for a given, unique combination of the activation key an Activation Key and HostID, use the following request:

Panel

GET /license-queue/(activation_key)/(hostids)

...

where the request parameters are as follows::

 

  • activation_key (string) , which is your product activation key, and
      
  • hostids (base64), which are encoded hostids.are encoded in base64 format

(Note that request headers are used by default.)

Example request

 

panel
Code Block
languagejs
firstline1
linenumberstrue
GET /rest/v1/
licene
license-queue/4CT1V-4T10N-K3Y1S-C000L/
dHlwZTE9dmFsdwUxLHR5cGUyPXZhbHVlPTI
dHlwZTE9dmFsdWUxLHR5cGUyPXZhbHVlPTI= HTTP/1.1

Host: license.x-formation.com

Accept: application/hal
_
+json

 ResponseResponse

The following table lists the Internet status codes that can be returned in a response by a server.

Status CodeHeader FieldDescription
200 OKThe license is being activated.
303 See Other

License activation finished and the response to the request can be found under a new location, which depends on whether the activation was successful or not.


403 ForbiddenThe license order has been disabled.
404 Not FoundLicense activation was not requested.

Example response

 

panel
Code Block
languagetext
firstline1
linenumberstrue
HTTP/1.1 303 See Other


Location: https://license.x-formation.com/rest/v1/
licenes
license-errors/4CT1V-4T10N-K3Y1S-C000L/
dHlwZTE9dmFsdwUxLHR5cGUyPXZhbHVlPTI
dHlwZTE9dmFsdWUxLHR5cGUyPXZhbHVlPTI=

 

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