5.6 VM
It describes a Virtual Machine.
ID |
Name |
Type |
# |
Description |
|---|---|---|---|---|
1 |
description |
|
1 |
Generic description of the VM. |
2 |
id |
|
1 |
ID of the VM. |
3 |
name |
|
1 |
Hostname of the VM. |
4 |
image |
|
1 |
Software image loaded in the VM. |
Sample VM object represented in JSON Format:
{
"description": "vm",
"id": "123456",
"hostname": "My-virtualbox",
"os": {
"name": "ubuntu",
"version": "22.04.3",
"family": "debian",
"type": "linux"
}
}