Get.list.computers:
Return the list of computers with properties
Property | Description |
---|---|
name | the name of the computer |
objectType | type of object, here “Computer” |
status | status of the computer |
isLockedEmbedded | is the OS locked |
isEmbedded | is it an embedded OS |
uiColor | color of the computer |
uuid | unique uuid to control the computer |
cpu | cpu usage of the computer |
mem | memory usage of the computer |
version | version of the computer |
fullVersionString | full string version of the computer |
Example:
{"jsonrpc":"2.0","method":"get.list.computers","id": 1}
Get.object.computer:
Return the properties of one computer.
You can use one of the following parameters:
Param | B1 |
---|---|
uuid | unique uuid to control the computer |
name | name of the computer. if several computer with same name, it will return the first one |
Property | Description |
---|---|
name | the name of the computer |
objectType | type of object, here “Computer” |
status | status of the computer |
isLockedEmbedded | is the OS locked |
isEmbedded | is it an embedded OS |
uiColor | color of the computer |
uuid | unique uuid to control the computer |
cpu | cpu usage of the computer |
mem | memory usage of the computer |
version | version of the computer |
fullVersionString | full string version of the computer |
Example:
{"jsonrpc":"2.0","method":"get.object.computer", "params": {"uuid": "{a2dbeae4-e8d1-4b3b-bac9-b92336699bd3}"}}
Need more help with this?
Don’t hesitate to contact us here.