Skip to content

Create a solution version health check endpoint

Ed Merks is currently working on tool that will test each solution version and report problems: https://bugs.eclipse.org/bugs/show_bug.cgi?id=552245

We would like to leverage that information to display an health status on each marketplace listing page.

I would like to propose that create a new api endpoint for posting health check status for each solution version.

Ed, what kind of information could you give us about a solution version? I was thinking of the following:

listing_id: "123e4567-e89b-12d3-a456-426655440000" solution_version_id: "223e4567-e89b-12d3-a456-426655440000" error_type: "missing_iu" error_message: "Custom error message." error_log: "Stack trace?"