Edge Database
Machines
The Edge Database is used to store information about the machines that are connected to Harmony Cloud. This information includes the machine's name, ID, IP addresses, and the machine's build information.
Machine ID
Get the machine's ID from the machine-id file in /etc/ of the machine's filesystem.
cat /etc/machine-id
Machine ID already exists?
Regenerate the machine ID with the following commands:
systemd-machine-id-setup --print
rm -f /etc/machine-id
dbus-uuidgen --ensure=/etc/machine-id
rm /var/lib/dbus/machine-id
dbus-uuidgen --ensure
systemd-machine-id-setup --print
Example Machine
{
"machine_id": "e00bd6223a7245d0aa6e19e0ab12a024",
"name": "demo01",
"build_information": {
"batch": "4743137A_Y28-221229"
},
"remote_id": 10000,
"remote_telemetry_id": 11000,
"remote_ssh_id": 9000
}