Skip to main content

Post device shadow

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

Post device shadow state into 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

Request Body required

Shadow

  • object
Responses

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

Schema
    Loading...