Fetch per-setting Blueprint Drift Audit for a single device.
Returns a row for every setting evaluated against the device's assigned blueprint, so you can see exactly which configuration items are compliant and which have drifted.
Security
drift_apiKey
- Mock serverhttps://api.esper.io/_mock/openapi/v2/blueprint-drift/{deviceId}/status
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v2/blueprint-drift/{deviceId}/status
curl -i -X GET \
'https://api.esper.io/_mock/openapi/v2/blueprint-drift/{deviceId}/status' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'X-Caller-Id: string' \
-H 'X-Tenant-Id: string'Response
{ "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940", "settings": [ { … } ] }