The request is intended to obtain information about the unit.
&svc=get_unit_info¶ms={ "id_unit": integer }
Parameter | Description |
---|---|
id_unit | Unique Unit ID |
{ "id": 66780, // Unique Unit ID "hw_id": "12412421", // Hardware ID "hw_type": "32131241", // Hardware Type "removed": 0, // Unit status (in recycle = 1, out of recycle = 0) "is_free": 0, // Unit status (pain = 0, free = 1) "creator": 24237, // Unit creator "name": "TestSDK", // Unit name ... }