LexFloatServer provides several API endpoints for retrieving information related to its status, license details, leased floating licenses, meter attributes, and feature entitlements.
These are protected endpoints and require an apiKey to be included as a query parameter in the request URL. The apiKey can be configured in the config.yml file under the auth section of LexFloatServer.
Getting server stats
LexFloatServer exposes a stats API endpoint that can be used to get the current stats of the server.
LexFloatServer exposes a license info API endpoint that can be used to get the information related to the license used to activate the LexFloatServer.
Gets the license info
GEThttp://localhost:8090/api/server/license-info
Gets the license info of the license used to activate the LexFloatServer
Getting the list of floating licenses
LexFloatServer exposes a floating-licenses API endpoint that can be used to get the leased floating licenses.
Gets the list of floating licenses
GEThttp://localhost:8090/api/floating-licenses
Gets the current server stats
Getting server license meter attributes
LexFloatServer exposes a license meter attributes API endpoint that can be used to get the list of all the meter attributes of the license used to activate the LexFloatServer.
Gets the list of meter attributes of the license used to activate the LexFloatServer
Getting server license feature entitlements
LexFloatServer exposes a feature entitlement API endpoint that can be used to get the list of all the feature entitlements associated with the license used to activate the LexFloatServer.