Returns the environment information in which the license manager is running
GET /v1.0/lm/environment
The uptimeEng field returns the time that has passed since the server started as a string like "1 day 16:20:33".
The currentTime field is the current server time in UTC format.
The startTime field is the server start time in UTC format.
The currentTimeText field is the current local time of the server according to the ISO8601 standard
The time that has passed since the server started can also be calculated by subtracting startTime from currentTime.
Returns the environment element:
{ "environment": { "lm": { "currentTime": 1587659492, "currentTimeText": "2020-04-23 19:31:32", "hostIp": "127.0.0.1", "hostName": "B0943-PC", "hostPort": 3189, "lmsId": "6430031962975896019", "protocols": "IPv4,IPv6 (TCP and UDP at port 3189) 172.16.255.1, 192.168.1.49, 10.128.0.14, 172.16.72.1", "remote": false, "startTime": 1587659490, "uptimeEng": "00:00:02", "version": "2.0.0.0" }, "osArchitecture": "IA32", "osName": "Windows 10 Enterprise Edition (Build 18363)", "processorBrandString": "Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz", "processorCount": 8, "processorVendorId": "GenuineIntel" } }