Postman · Arazzo Workflow
Postman Stand Up an API Testing Pipeline
Version 1.0.0
Build a workspace, collection, and environment, then monitor and run the collection.
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
api-testing-pipeline
Provision a workspace, collection, environment, and a scheduled monitor.
Creates a workspace, a collection and environment within it, a monitor bound to the collection and environment, and runs the monitor to validate the pipeline end to end.
1
createWorkspace
createWorkspace
Create the workspace that holds the testing assets.
2
createCollection
$sourceDescriptions.collectionsApi.createCollection
Create the collection to be tested inside the new workspace.
3
createEnvironment
$sourceDescriptions.environmentsApi.createEnvironment
Create the environment the monitor will run the collection against.
4
createMonitor
$sourceDescriptions.monitorsApi.createMonitor
Create a monitor that runs the collection against the environment on the supplied schedule.
5
runMonitor
$sourceDescriptions.monitorsApi.runMonitor
Trigger the monitor once to validate the testing pipeline.
Source API Descriptions
openapi
openapi
openapi