Fetch Blueprint Drift summary counts for a tenant.
Returns the number of devices grouped by their highest Blueprint Drift severity, giving a tenant-wide snapshot of how many devices are compliant, drifted, or in an unknown state.
Security
drift_apiKey
- Mock serverhttps://api.esper.io/_mock/openapi/v2/blueprint-drift/summary
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v2/blueprint-drift/summary
curl -i -X GET \
https://api.esper.io/_mock/openapi/v2/blueprint-drift/summary \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'X-Caller-Id: string' \
-H 'X-Tenant-Id: string'Blueprint Drift summary counts
Devices with drifted settings (highest severity shown in breakdown fields)
Response
{ "drifted_total": 0, "compliant_total": 0, "critical_total": 0, "major_total": 0, "minor_total": 0, "log_only_total": 0 }