Device Manifest
This part of Device API describe how to get device manifest.
Get Manifest
GET /devices/{device_id}/manifest
It's also possible to get device manifest by using expand=manifest in get device or list devices.
Request
$ curl http://api.enapter.com/v3/devices/fecbbba0-79f2-4e9e-a6f0-69a310ab110b/manifest
Response
The responded manifest will be from compiled version of uploaded blueprint. The compiled version is described here.
Also, responded manifest has configuration, properties, commands and telemetry only available for this user.