975
edits
| Line 84: | Line 84: | ||
} | } | ||
=== Get test runs (data) === | |||
* | * http://graphs.mozilla.org/api/test/runs?testid=TESTID&branchid=BRANCHID&machineid=MACHINEID | ||
* returns test runs for a specific test, build and machine, default date limit is 4 weeks, sorted by date descending | |||
** Data is sent in a compressed form due to the large amount of information | ** Data is sent in a compressed form due to the large amount of information | ||
** Indexes: | ** Indexes: | ||
| Line 107: | Line 108: | ||
] | ] | ||
} | } | ||
* | |||
=== Get test run information === | |||
* /api/test/runs/?testrun=TESTRUNID - returns test run information for a specific testRunId | |||
** Example response | ** Example response | ||
{ | { | ||
| Line 130: | Line 133: | ||
} | } | ||
* | === Test run values (formerly discrete data) === | ||
* http://graphs.mozilla.org/api/test/runs/values?testrun=TESTRUNID | |||
* returns test run results for a specific testRunId | |||
** Example response | ** Example response | ||
{ | { | ||
edits