Authorizations
The API key to use for authentication. Retrieve your API key from the Miru dashboard.
Path Parameters
The unique identifier of the device.
Example:
"dvc_123"
Response
200 - application/json
Successfully retrieved the device.
Available options:
device
Example:
"device"
ID of the device.
Example:
"dvc_123"
Name of the device.
Example:
"My Device"
The status of the device.
- Inactive: The miru agent has not yet been installed / authenticated
- Activating: The miru agent is currently being installed / authenticated (should only last for a few seconds)
- Online: The miru agent has successfully pinged the server within the last 60 seconds.
- Offline: The miru agent has not successfully pinged the server within the last 60 seconds (e.g. network issues, device is powered off, etc.)
Available options:
inactive
, activating
, online
, offline
Timestamp of when the device was last made an initial connection (this is not the same as the last time the device was seen).
Example:
"2021-01-01T00:00:00Z"
Timestamp of when the device was last disconnected (this is not the same as the last time the device was seen).
Example:
"2021-01-01T00:00:00Z"
Timestamp of when the device was created.
Example:
"2021-01-01T00:00:00Z"
Timestamp of when the device was last updated.
Example:
"2021-01-01T00:00:00Z"