# getLicenseServerStatus

Description: check if the registration server is available.

Example:

{
    "method" : "getLicenseServerStatus",
    "requestId" : "1"
}

Answer examples:

{
    "method": "getLicenseServerStatus",
    "requestId" : "1",
    "status": true,
    "result": true
}

Parameter description:

  • status — the availability status. It can be either true or false.

  • requestId - unique request identifier. More details can be found here

See also: