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).
Status | Description |
---|---|
200 - OK | Returned if the report was generated successfully. |
403 - Forbidden | Returned if the user does not have permission to run diagnostic tests. |
404 - NotFound | Returned if the performance test has not been run, or first test is still in progress. |