/
/Azure Load Testing
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2mo ago
NotificationRule4
Operations1
Test14
  • getGet all load tests by the fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}.
  • getGet load test details by test Id
  • deleteDelete a test by its test Id.
  • patchCreate a new test or update an existing test by providing the test Id.
  • postClone a load test.
  • postGenerate load test plan recommendations.
  • getGet associated app component (collection of azure resources) for the given test.
  • patchAdd an app component to a test.
  • getGet all test files.
  • getGet all the files that are associated with a test.
  • putUpload input file for a given test Id. File size can't be more than 50 MB. Existing file with same name for the given test will be overwritten. File should be provided in the request body as application/octet-stream.
  • deleteDelete file by the file name for a test
  • getList server metrics configuration for the given test.
  • patchConfigure server metrics for a test
TestRun17
Trigger4
    Test

    Delete a test by its test Id.

    Delete a test by its test Id.

    delete/tests/{testId}

    Path parameters

    testIdstring required

    Unique test identifier for the load test, 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