Versions Compared

Key

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

...

Panel

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

where:

 

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

Note that request headers are used by default.

Example request 

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

...

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 

Code Block
languagetext
firstline1
linenumberstrue
HTTP/1.1 303 See Other
Location: https://license.x-formation.com/rest/v1/license-errors/4CT1V-4T10N-K3Y1S-C000L/dHlwZTE9dmFsdWUxLHR5cGUyPXZhbHVlPTI=

...

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