Skip to content

Create /v1/request/mass #9

@vmarlier

Description

@vmarlier

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions