Perfomatic:API: Difference between revisions

Jump to navigation Jump to search
Line 84: Line 84:
  }
  }


               
=== Get test runs (data) ===               
* '''/api/test/runs?testid=''testid''&branchid=''branchid''&osid=''osid''''' - returns test runs for a specific testid buildid and osid, default date limit is 4 weeks, sorted by date descending
* 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:
     ]
     ]
  }
  }
* '''/api/test/''testid''/runs/''testRunId''''' - returns test run information for a specific testRunId
 
=== 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:
  }
  }


* '''/api/test/''testid''/runs/''testRunId''/values''' - returns test run results for a specific testRunId
=== 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
  {
  {
975

edits

Navigation menu