Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We need a valid deviceId to continue in the examples, so lets find the id of the device with address '1.1.1.1'.
Tomas Kirnak TODO add linkFull API documentation#Devices-getdevicebyaddress

curl call:

Code Block
curl -s \
-H 'Authorization: Bearer <token>' \
'http://<unimus-address>:8085/api/v1/devices/findByAddress/1.1.1.1' | json_pp

...