|
These queries currently throw exceptions:
curl -X GET http://localhost:8080/v4/resources --data-urlencode 'query=["extract",["parameter","name"],["~","certname",".*"]]'
curl -X GET http://localhost:8080/v4/facts --data-urlencode 'query=["extract",["fact","uptime_hours"],["~","certname",".*"]]'
we should make them valid queries
|