Perfomatic:API: Difference between revisions

Line 56: Line 56:
     ]
     ]
  }
  }
* '''/api/test?testId=''testid''&branchid=''branchid''&osid=''osid''''' - returns information for a specific testId and branch and os
* '''/api/test?testId=''testid''&branchid=''branchid''&machine=''machineid''''' - returns information for a specific testId and branch and os
** Example response:
** Example response:
  {
  {
Line 65: Line 65:
         'name':'1.9',
         'name':'1.9',
         'id':3
         'id':3
     }
     },
     'os':
     'os':
     {
     {
         'name':'Vista',
         'name':'Vista',
         'id':3
         'id':3
    },
    'machine':
    {
        'name':'qm-mini-xp01',
        'id':2
     }
     }
    'machine':'qm-pxp03-cycles-20',
  }
  }


975

edits