Framework Mode - Monitor regions
Folder Structure for Postman Monitor Setup
postman-monitor-project/ ├── collections/ │ └── api-collection.json # Postman collection JSON file ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── monitors/ │ └── monitor-config.json # Monitor configuration files ├── scripts/ │ └── pre-request-scripts.js # Optional reusable scripts ├── tests/ │ └── test-scripts.js # Test scripts for assertions └── README.md