You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

Флаг flags.remote – продукт расположен на другом ПК . 

GET /v1.0/lm/products?seacrh=text_or_value_for_search&dongle=3043211265&product=12

Параметры запроса:

  • search – строка поиска;
  • dongle – фильтр по идентификатору ключа (лицензии);
  • product – фильтр по номер продукта.

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

"products": [
{
       "flags": {
                "remote": true
        },
       "modification": 0,
       "name": "test rdp 3",
       "productNumber": 11,
       "vendor": {
                "publicCode": 1368487351,
                "publicCodeText": "DEMONVK"
            }
}
]
  • No labels