Skip to main content

Get device shadow

GET http://localhost:8080/core/api/v1/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

    Request

    Base URL
    http://localhost:8080/core/api/v1
    project_id — path required
    fleet_id — path required
    device_id — path required
    curl / cURL
    curl -L -X GET 'http://localhost:8080/core/api/v1/api/v1/projects/:project_id/fleets/:fleet_id/devices/:device_id/shadow' \
    -H 'Accept: application/json'