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

Compare with Current View Page History

« Previous Version 3 Next »

To see details about errors that may have occurred in the proces of activating a license for a given, unique combination of the activation key and HostID, use the following request:

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

where the request paramaters 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-errors/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 Field Description
200 OK  Errors that occurred during activation are listed in the response body.
403 ForbiddenThe license order has been disabled.
404 Not FoundNo activation errors occurred for a given pair of the activation key and HostID.

Example response

HTTP/1.1 200 OK

{

"message": "Errors occurred during license activation.",

"errors": {

...

   }

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

 

  • No labels