#Thrift APIs These APIs should be used by the clients using the database to store or to get the results. Any new client should only interact with the database through these APIs.
The report viewer server API should be used by any client to view the check results. See report_viewer_server.thrift.
The report storage server API is used internally in the package during runtime to store the results to the database. See report_storage_server.thrift.