Evaluate compliance for an agent
POST/api/compliance/agents/:id/evaluate
Trigger a compliance evaluation. If the agent is online, requests fresh telemetry first (async, returns 202). If offline, evaluates with cached data (sync). Rate limited.
Request
Responses
- 200
- 202
- 401
- 403
- 404
- 429
- 500
Synchronous evaluation complete
Async evaluation started, awaiting fresh telemetry
Authentication required
Insufficient permissions
Resource not found
Rate limit exceeded
Internal server error