Postman · Arazzo Workflow
Postman Create and Run a Monitor
Version 1.0.0
Create a scheduled monitor for a collection, then trigger and read a run.
View Spec
View on GitHub
AI Agent BuilderAI AgentsAPI CatalogAPI ClientAPI DesignAPI DevelopmentAPI DocumentationAPI GovernanceAPI LifecycleAPI MonitoringAPI NetworkAPI PlatformAPI TestingAudit LogsAutomationCI/CDCollaborationCollectionsComplianceDiscoveryEnvironmentsFlowsGraphQLgRPCHTTPInsightsMCPMCP GeneratorMock ServersMockingMonitorsNewmanOpenAPIPlatformPrivate API NetworkPublic API NetworkSecret ScanningSpec HubSpecificationsSSOTestingVaultWebSocketWorkflowsWorkspacesArazzoWorkflows
Provider
Workflows
create-and-run-monitor
Create a monitor, run it on demand, and read its state.
Creates a monitor for the supplied collection and environment on a cron schedule, triggers a manual run, and reads the monitor back to confirm its last run.
1
createMonitor
createMonitor
Create a monitor bound to the collection and environment on the supplied cron schedule.
2
runMonitor
runMonitor
Manually trigger a monitor run and capture the run status.
3
getMonitor
getMonitor
Read the monitor back to confirm its schedule and last-run details.