-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
POST request with body describing the number of requests to send to which target and the expected answers. e.g.:
Example
POST /v1/request/mass
{
"target": "localhost:8080",
"path": "/test",
"body": "{}",
"volume": "200",
"elapsed": "10ms",
"expectedBehaviour": {
"whileHealthyStatusCode": 200,
"whileUnhealthyStatusCode": "4xx, 5xx",
}
}
DOD
- Create the related code
- Add the endpoint to the Helper endpoint
- Add testing
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Backlog