Skip to content

Azure Documentation for RealTestData API and WEB hosted on Azure

This documentation describes how to run the API and the Web version of RealTestData on Azure. This is the easiest way to try the power of RealTestData.

Step 1 - Check whether API is available

Before accessing the WebUI check whether the API is runnning: https://rtdapi.proudglacier-6fd951f3.westeurope.azurecontainerapps.io/ should show “This is RealTestData API”

Now open a webbrowser of your choice and enter the URL https://rtdweb.proudglacier-6fd951f3.westeurope.azurecontainerapps.io/.
You should see the homepage of RealTestData.

2 trial users do already exist: trial/trial test/test

When you want to try the web version more indeep, we will create a trial user specifically for you.

With “Generate” you can generate the result file which is downloaded.
Once this is working check out the different settings.

Step 2 - Using the API without the web client.

You can use the API without the webclient.

When you call the API in a Webbrowser and enter
https://rtdapi.proudglacier-6fd951f3.westeurope.azurecontainerapps.io/docs/en you will find the english documentation (or de=German, cz=Czech, fr=French, es=Spanish and it=Italian)

Calling https://rtdapi.proudglacier-6fd951f3.westeurope.azurecontainerapps.io/generate_live will generate the data you have specified in the web client as a JSON stream. You can integrate this stream in your CI/CD pipeline.

You can find a Javascript and a Python example in the Zip file:
RealTestData_API_Generate_Azure.js RealTestData_API_Generate_Azure.py.