Public APIs

Usage of the Gatling Enterprise Edition public API

The Gatling Enterprise Edition API server exposes a public API that you can use to trigger runs or fetch run results and metrics.

Helpful tips

  • Provide the run ID as a query parameter to fetch other run metadata (load generators, remotes, hostnames, scenarios, groups, and requests)
  • Fetch the total run time window from the /runs endpoint (injectStart, injectEnd).
  • The /summaries/requests API returns the following percentiles: min, p25, p50, p75, p80, p85, p90, p95, p99, p999, p9999 and max.

Edit this page on GitHub