- Created by Guardant Tech Writer on Apr 16, 2026
Метод возвращает состав текущей лицензии для серийного номера программного ключа, идентификатор которого передан в параметре пути {serial_id}.
| Адрес | /v1.0/serials/{serial_id}/getactuallicense |
| Тип | GET |
| Login | Требуется |
Пример запроса
https://station.guardant.ru/v1.0/serials/144529/getactuallicense
Ответ
Возвращает элемент serial:
Пример результата запроса Expand source
{
"serial": {
"_id": 144529,
"activationcount": 1,
"activationlimit": 1,
"actuallicense": [
{
"_id": 91035,
"accesscode_id": 18,
"archivationdate": 0,
"archived": false,
"binding": {
"CAN_REPLACE_CPU": false,
"CAN_REPLACE_DVD": false,
"CAN_REPLACE_FQDN": false,
"CAN_REPLACE_HDD": false,
"CAN_REPLACE_IP": false,
"CAN_REPLACE_MAC": false,
"CAN_REPLACE_MOTHERBOARD": false,
"CAN_REPLACE_OS": false,
"CAN_REPLACE_SID": false,
"CPU": true,
"DVD": false,
"FQDN": false,
"HDD": true,
"IP": false,
"MAC": true,
"MOTHERBOARD": true,
"OS": false,
"SID": false
},
"binding_maxhardwarechangenumber": 0,
"binding_scheme": 0,
"crmid": "",
"description": "",
"featuresWithLicenses": [
{
"_id": 15,
"archivationdate": 0,
"archived": false,
"crmid": "",
"defaultLicense": {
"canexclude": true,
"canmodify": true,
"consumptionmode": 0,
"flags": 32,
"isexpired": false,
"isremote": false,
"licensingmodel": 1,
"netlicensescount": 0,
"rentbegindate": 0,
"rentdayscount": 0,
"rentenddate": 0,
"runcounter": 0
},
"description": "f5",
"featurenumber": 5,
"license": {
"consumptionmode": 0,
"flags": 32,
"isExcluded": 0,
"isremote": false,
"licensingmodel": 1,
"netlicensescount": 0,
"rentbegindate": 0,
"rentdayscount": 0,
"rentenddate": 0,
"runcounter": 0
},
"name": "f5",
"pubkey": "01 02 03 04 05 06 07 08 09 1A 2A 3A 4A 5A 6A 7A 8A 9A 1B 2B 3B 4B 5B 6B 7B 8B 9B 91 1C 2C 3C 4C 5C 6C 7C 8C 9C 99 1D 2D",
"refid": ""
}
],
"flags": 0,
"hardwarebindingscheme": 0,
"isrehostallowed": false,
"istrial": true,
"licensetype": 0,
"memoryitems": [],
"modification": 0,
"name": "test_product1",
"productnumber": 45497,
"refid": "",
"status": 1
},
{
"_id": 91037,
"accesscode_id": 18,
"archivationdate": 0,
"archived": false,
"binding": {
"CAN_REPLACE_CPU": false,
"CAN_REPLACE_DVD": false,
"CAN_REPLACE_FQDN": false,
"CAN_REPLACE_HDD": false,
"CAN_REPLACE_IP": false,
"CAN_REPLACE_MAC": false,
"CAN_REPLACE_MOTHERBOARD": false,
"CAN_REPLACE_OS": false,
"CAN_REPLACE_SID": false,
"CPU": true,
"DVD": false,
"FQDN": false,
"HDD": true,
"IP": false,
"MAC": true,
"MOTHERBOARD": true,
"OS": false,
"SID": false
},
"binding_maxhardwarechangenumber": 0,
"binding_scheme": 0,
"crmid": "",
"description": "",
"featuresWithLicenses": [
{
"_id": 14,
"archivationdate": 0,
"archived": false,
"crmid": "",
"defaultLicense": {
"canexclude": true,
"canmodify": true,
"consumptionmode": 0,
"flags": 32,
"isexpired": false,
"isremote": false,
"licensingmodel": 1,
"netlicensescount": 0,
"rentbegindate": 0,
"rentdayscount": 0,
"rentenddate": 0,
"runcounter": 0
},
"description": "f4",
"featurenumber": 4,
"license": {
"consumptionmode": 0,
"flags": 32,
"isExcluded": 0,
"isremote": false,
"licensingmodel": 1,
"netlicensescount": 0,
"rentbegindate": 0,
"rentdayscount": 0,
"rentenddate": 0,
"runcounter": 0
},
"name": "f4",
"pubkey": "01 02 03 04 05 06 07 08 09 1A 2A 3A 4A 5A 6A 7A 8A 9A 1B 2B 3B 4B 5B 6B 7B 8B 9B 91 1C 2C 3C 4C 5C 6C 7C 8C 9C 99 1D 2D",
"refid": ""
}
],
"flags": 0,
"hardwarebindingscheme": 0,
"isrehostallowed": false,
"istrial": false,
"licensetype": 0,
"memoryitems": [],
"modification": 0,
"name": "test_product2",
"productnumber": 45498,
"refid": "",
"status": 1
}
],
"dongleid": -503419827,
"flags": 1,
"licensecontainerversion": 393218,
"serialstring": "ub84Wh-GH8dqH-nWbFqL-R9tmcj-nNZYkK",
"status": 0
}
}
- No labels