Skip to main content

Get device shadow

GET /api/v1/projects/:project_id/fleets/:fleet_id/devices/:device_id/shadow

Get device shadow state from the DB using the DB stored proto definition from the parent fleet

Path Parameters
  • project_id string required

    Project ID

  • fleet_id string required

    Fleet ID

  • device_id string required

    Device ID

Responses

Success" {"ok":1,"data":{"data":{}}}

Schema
    Loading...