API Test with HTTP(s)

API HTTP tests allow you to send HTTP request(s) to your service or application to verify the response or specified conditions such as "status code, header or body content" that you set when creating the API test

To perform API Test creation with HTTP(s) method, follow the instructions below:

  1. Log in to vMonitor Platform here.

  2. Select the Synthetic test folder .

  3. Select API test.

  4. Select Create an API test.

  5. Enter information including:

  • Test Information: define basic information, select HTTP method and specify URL to test

    • Test name: name of the API test

    • Test type : test protocol, you choose HTTP(s)

    • Verify ssl: choose whether to check ssl or not (True or False)

    • Method: select the method that will test your endpoint (Get, Post, Put, Delete)

    • URL : fill in the service information you want to check, for example https://google.com

  • After filling in the Test Information, you can choose Run Test or Test Again if you have previously tested, you can see returned information such as status code, header and body.

  • Test Assertion

    • Assertion defines what you expect the API Test result to be, if the returned result meets what you define API Test will show the URL you are testing as successful, and vice versa API Test will show the URL you are testing test is failed. The system will automatically add the Assertion status code for you after you Run the test, you need to define at least one Assertion for the API test. In addition to the Assertion status code that the system automatically adds, you can add any other Assertion that we support as below: Response time, Header, Body, Certificate

  • Location

    • Select the Location that will run HTTP Tests to your URL. HTTP tests can be run from both Public Locations (managed by VNG Cloud) and Private Locations (installed and managed by customers) based on your needs for running tests from outside (internet) or inside the network. your. Public Locations managed by VNG Cloud currently has 2 locations: HCM and Hanoi.

  • Alarm conditions: Set up alarm conditions to define the cases where you want the test to fail and trigger the alarm.

    • Interval : how often API Test will test once, default will be 1p

    • Time of failure : how many consecutive failures will alert

    • Locations with failure : how many locations fail to warn

    • For example, when you select Time of failure: 1 and Locations with failure: 2, it will be understood as: you will be warned if the Test fails 1 time in a row from 2 out of 2 locations.

    • Notifications : you choose notification channels when switching to In-alarm, Up or Undertermine states, the system will notify according to this list.

6. Then press the " Create " button to initialize the API test. After creating, you will see the API test is in Undertermine state, until the next inteval the Test API will be updated to the correct state.

  • API Test has entered the Up state when the URL is working properly

  • You can see details about API Test:

Last updated