Compliance Export API
Purpose
The Compliance Export API allows customers to fetch compliance reports from Yonder to use them in other systems. Compliance reports show the read status of currently effective changes:
The Compliance Export API fetches the read status of currently effective changes in CSV format at a scheduled time. Customers can then use this information in other systems (e.g. BI tools).
Authentication
The Export API is used with a tech user that connects to a dedicated client. To obtain the authentication details for this interface, please contact Yonder Security.
Endpoint Documentation
Download Compliance Report CSV snapshot
Returns a CSV compliance report created by CRON if enabled
GET
/api/compliance-reports/download |
Response - BLOB containing compliance report
Errors
Code | Error |
---|---|
200 | Success |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
500 | Internal Server Error |