Retrieve the information of the CRON automated simpletests run.
/simpletest [GET]
This call needs EGA authentication.
| Parameter (Type) | Description | Required | Default value | Max. length |
|---|---|---|---|---|
| app_id[] (APP_ID) | The application ID. | Optional | 0 | - |
| mediamosa_run (STRING) | Type of simpletest that are returned. Value (when supplied) must be either "mediamosa_run_15_minutes" or "mediamosa_run_3_hours" or "mediamosa_run_daily" or "mediamosa_run_all". | Optional | mediamosa_run_15_minutes | - |
| mediamosa_version (MEDIAMOSA_VERSION) | Provide the version to get the REST call returned in the format of the specified MediaMosa version. Keep empty or skip to retrieve in current (latest) version. Provide '2' to retrieve the REST call in 2.x format. Or be more specific by providing up to 3 digits; '2.3.0'. This setting will override any setting used by client application or the default setting in MediaMosa. | Optional | - | |
| skip_empty (BOOL) | Skip the tests have failed to run. | Optional | TRUE | - |
simpletest
<items>
<item id="1">
<test>Challenge-reponse authentication</test>
<test_description>Challenge-reponse authentication for end user applications.</test_description>
<passes>35</passes>
<fails>0</fails>
<exceptions>0</exceptions>
<last_run>2010-04-08 13:11:25</last_run>
<ttr>35.18</ttr>
</item>
</items>