Resource: Latest Performance Measurement ( /api/diagnostics/performancemeasurement/latest )

Allows retrieving of latest performance measurement

This resource supports the following methods: GET

Methods

GET


Returns results of last performance test run since server was started.

Required Permissions

  • Administration/Organisation

Status Codes

These are the expected status codes returned by the service. In addition, some other status codes may be returned if either an internal error occurs or there is an authentication issue (such as an expired OAuth token).

StatusDescription
200 - OKReturned if the report was generated successfully.
403 - ForbiddenReturned if the user does not have permission to run diagnostic tests.
404 - NotFoundReturned if the performance test has not been run, or first test is still in progress.
  • No labels