You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

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

where the request parameters are as follows:

  • activation_key (string) (Your product activation key), and
     
  •  hostids (base64) (encoded hostids).

(Note that request headers are used by default.)

Example request

GET /rest/v1/licene-queue/4CT1V-4T10N-K3Y1S-C000L/dHlwZTE9dmFsdwUxLHR5cGUyPXZhbHVlPTI= HTTP/1.1

Host: license.x-formation.com

Accept: application/hal_json

 Response

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

HTTP/1.1 303 See Other
Location: https://license.x-formation.com/rest/v1/licenes/4CT1V-4T10N-K3Y1S-C000L/dHlwZTE9dmFsdwUxLHR5cGUyPXZhbHVlPTI=

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

 

  • No labels