Greenwave APIs

Greenwave is a web application built using Flask and SQLAlchemy.

It provides a HTTP REST API for applications to use.

HTTP REST API

POST /api/v1.0/decision

Make a decision after evaluating all applicable policies based on test results. The request must be application/json.

JSON Parameters:
 
  • product_version (string) – The product version string used for querying WaiverDB.
  • decision_context (string) – The decision context string.
  • subject (array) – A list of items about which the caller is requesting a decision used for querying ResultsDB. For example, a list of build NVRs.
Status Codes: