Versions Compared

Key

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

...

The LAC REST API returns standard HTTP response codes described in the following table.

Status CodeHeader FieldDescription
202 Accepted

New license request has been created after successful license validation. The Location header field contains an absolute URI for automatic redirection to this resource.

 


400 Bad Request

 

 



Requested activation key is invalid or the format of a hostid is wrong. Response body contains more detailed information about this error.

 

 


 403 ForbiddenLicense cannot be activated, because it is not in sync with the internal configuration. Response message contains more information.

Example responses

Code Block
languagetext
firstline1
linenumberstrue
HTTP/1.1 202 Accepted
Location: https://license.x-formation.com/rest/v1/license-queue/4CT1V-4T10N-K3Y1S-C000L/dHlwZTE9dmFsdWUxLHR5cGUyPXZhbHVlPTI=

...