Skip to main content

Find sensor by name

GET 

/devices/:deviceId

Describe a sensor in your tenancy.

Required scope(s): [devices.registry:read]

Request

Path Parameters

    deviceId stringrequired

    The device to describe.

    Example: G111045

Responses

An object of the device metadata.

Schema
    heartbeat integer

    The latest device heartbeat, in seconds since epoch.

    name string

    The device ID.

    path string

    The location of this device within your device group hierarchy.

Loading...