Class LoadScenario


public class LoadScenario extends ObjectWithJsonToString
An API-driven load scenario: an ordered list of templated request LoadSteps driven at a target concurrency described by a LoadProfile, with optional per-iteration data variation via the scenario's HttpTemplate.TemplateType.

Modelled on VerificationSequence (an ordered list of request steps) but oriented at producing traffic rather than asserting over it. It is a pure SLI producer: it records latency/error samples (into the metrics histograms and the SLO sample store) but contains no verdict logic — the SLO verify feature consumes those samples.

Off by default; PUT /mockserver/loadScenario returns 403 unless loadGenerationEnabled is set.