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

Compare with Current View Page History

« Previous Version 12 Next »

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

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

where:

  • The activation_key (string) is your product activation key.
     
  • The values of hostids are encoded in Base64 format.

Note that request headers are used by default.

Example request

GET /rest/v1/license-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 OKLicense 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 ForbiddenLicense 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/license-errors/4CT1V-4T10N-K3Y1S-C000L/dHlwZTE9dmFsdWUxLHR5cGUyPXZhbHVlPTI=

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

  • No labels