975
edits
| Line 118: | Line 118: | ||
* http://graphs.mozilla.org/api/test/runs/latest?id=TESTID&branchid=BRANCHID&machineid=MACHINEID - returns test run values for the latest run test for a specific test, branch and machine id | * http://graphs.mozilla.org/api/test/runs/latest?id=TESTID&branchid=BRANCHID&machineid=MACHINEID - returns test run values for the latest run test for a specific test, branch and machine id | ||
** Example response | ** Example response | ||
{ | { | ||
'stat':'ok', | 'stat':'ok', | ||
' | 'id':33, | ||
'values':[ | |||
{ | |||
' | 'value':22.3, | ||
' | 'page':'www.yahoo.com' | ||
}, | }, | ||
' | { | ||
'value':29.1, | |||
' | 'page':'www.myspace.com' | ||
}, | |||
{ | |||
'value':39.3, | |||
'page':'www.facebook.com' | |||
} | |||
] | |||
} | } | ||
edits