Versions Compared

Key

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

...

Status CodeHeader Field Description
200 OK  Errors that occurred during activation are listed in the response body.
403 ForbiddenThe license License order has been disabled.
404 Not FoundNo activation errors occurred for a given pair of the an activation key and a HostID.

Example response

Code Block
languagejs
firstline1
linenumberstrue
HTTP/1.1 200 OK

{
   "errors": [
      {
         "message": "LM-X XML License Generator v4.5.3
                     Copyright (C) 2002-2013 X-Formation. All rights reserved.

                     LM-X Error: Unable to parse and load xml file /tmp/lgtmp_id_2/1400064446_139933.in!
                     LM-X Error: /tmp/lgtmp_id_2/1400064446_139933.in(7): not well-formed (invalid token)!",
         "creationTime": "2014-05-14T10:47:26+00:00"
      }
   ],
   "_links": {
      "self": {
          "href": "https://license.x-formation.com/rest/v1/license-errors/4CT1V-4T10N-K3Y1S-C000L/dHlwZTE9dmFsdWUxLHR5cGUyPXZhbHVlPTI="
      }
   }
}

...

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