# 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 eithertrue
orfalse
.requestId
- a unique request identifier. You can learn more about it here.
See also: