Resources | system | licenseServerStatus

licenseServerStatus

This table is used to save information about the interaction with the license server

Operational Data

ParameterDescription
serverName The name of the feature
isCurrentActive This server was the last server that successfully responded to a licenseRequest
requestMessagesSent the number of license requests sent
licenseGrantMessagesReceived the number of license grant messages receieved
licensePartialGrantMessagesReceived the number of partial license grant messages receieved
licenseRejectMessagesReceived the number of license reject messages receieved
licenseErrors Errors when attempting to make a request (Includes no-response received and possibly other errors)
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/system/licenseServerStatus/{serverName}

  • No labels