-
Type:
Improvement
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: PDB 3.0.0
-
Component/s: None
-
Labels:None
-
Template:customfield_10700 65166
-
Story Points:1
-
Sprint:PuppetDB 2015-02-25
The events endpoint requires a query parameter. To get all events, you need to do something like this:
curl -X GET http://localhost:8080/v4/events -d 'query=["~","certname",".*"]'
We should allow this:
curl -X GET http://localhost:8080/v4/events