0
0
Postmantesting~5 mins

Monitor regions in Postman

Choose your learning style9 modes available
Introduction

Monitor regions help you run your Postman monitors from different locations worldwide. This checks if your API works well everywhere.

You want to check if your API is fast and available in different countries.
You need to find out if users in a specific region face issues with your API.
You want to test your API's uptime from multiple places to ensure reliability.
You want to compare response times from different parts of the world.
You want to monitor your API during a global product launch.
Syntax
Postman
Monitor regions are selected in the Postman Monitor settings under 'Regions'. You pick one or more regions like US East, Europe, or Asia Pacific.
You can select multiple regions to run your monitor from several locations.
Choosing regions close to your users gives better insight into their experience.
Examples
This runs your API tests from servers in US East and Europe regions.
Postman
1. In Postman, create a new monitor.
2. Under 'Regions', select 'US East' and 'Europe'.
3. Save and run the monitor.
This makes your monitor run from Asia Pacific servers only.
Postman
1. Edit an existing monitor.
2. Change the region to 'Asia Pacific'.
3. Save changes.
Sample Program

This example shows how to set up a monitor that runs from two regions to check API health regularly.

Postman
1. Open Postman.
2. Go to Monitors tab.
3. Click 'Create a monitor'.
4. Name it 'API Health Check'.
5. Select your collection.
6. Under 'Regions', choose 'US East' and 'Europe'.
7. Set schedule to run every 5 minutes.
8. Save and start the monitor.

// Expected behavior:
// The monitor runs tests from US East and Europe regions every 5 minutes.
// Results show response times and status from both regions.
OutputSuccess
Important Notes

Monitor regions affect where your tests run, which can impact response times shown.

Choose regions based on where your users are for the most useful results.

Running monitors from multiple regions may increase your usage quota.

Summary

Monitor regions let you test APIs from different global locations.

Select regions in monitor settings to control where tests run.

This helps find location-specific issues and measure performance worldwide.