nitishm / vegeta-server

A RESTful API server for vegeta, a load testing tool written in Go.
MIT License
63 stars 17 forks source link

Add more query params to `GET /api/v1/attack` #57

Closed nitishm closed 5 years ago

nitishm commented 5 years ago

Add more query params to GET /api/v1/attack endpoint, to filter attacks based on different attributes, like status=completed or status=failed to list successful vs failed attacks.

Another query-able param would be to list attacks within a certain date/time range using the createdAt and modifiedAt fields.

The Target as a collective should also be query-able based on the endpoint like GET http://xyz.com

There should be more params that would make sense, and I am open to suggestions, but we need to track all that work in this ticket.

nitishm commented 5 years ago

[x] Created query param for filtering by status. [ ] Need query params for listing attacks in specified date range.

prytoegrian commented 5 years ago

I'm on it !

nitishm commented 5 years ago

[x] Created query param for filtering by status. [x] Need query params for listing attacks in specified date range.