Получение всех доступных менеджеров лицензий в сети


GET /v1.0/lm/lms

Возвращает массив lms:

{
    "lms": [
        {
            "currentTime": 1587659519,
            "currentTimeText": "2020-04-23 19:31:59",
            "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:29",
            "uptimeRus": "00:00:29",
            "version": "2.0.0.0"
        }
    ]
}
  • No labels