Retrieve the CRON automated simpletest info

22Aug2011

Retrieve the information of the CRON automated simpletests run.

Request URL

/simpletest [GET]

Request Authorization

This call needs EGA authentication.

Request Parameters

Parameter (Type)DescriptionRequiredDefault valueMax. length
app_id[] (APP_ID)The application ID.Optional0-
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".
Optionalmediamosa_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.OptionalTRUE-

Example Request

simpletest

Example Response

<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>