/
/Azure Load Testing
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
NotificationRule4
Operations1
Test14
TestRun17
  • getGet all test runs for the given filters.
  • getGet test run details by test run Id.
  • deleteDelete an existing load test run.
  • patchCreate and start a new test run with the given test run Id.
  • postStop test run by test run Id.
  • getGet associated app component (collection of azure resources) for the given test run.
  • patchAdd an app component to a test run.
  • getGet test run file by file name.
  • getGet the latest insights for the test run.
  • patchUpdate the latest insights for the test run.
  • postGenerate insights for the test run.
  • getList the metric definitions for a load test run.
  • getList the dimension values for the given metric dimension name.
  • getList the metric namespaces for a load test run.
  • postList the metric values for a load test run.
  • getGet associated server metrics configuration for the given test run.
  • patchConfigure server metrics for a test run
Trigger4
    TestRun

    Delete an existing load test run.

    Delete an existing load test run by providing the testRunId.

    delete/test-runs/{testRunId}

    Path parameters

    testRunIdstring required

    Unique test run identifier for the load test run, must contain only lower-case alphabetic, numeric, underscore or hyphen characters.

    Query parameters

    api-versionstring required

    The API version to use for this operation.

    Response

    There is no content to send for this request, but the headers may be useful.

    Changes