Severity and state mappings for Postman
Alert priority and resolution state mapping between Postman and Incident Response.
Postman alert priority mapping
Postman’s alert priority is based on the following fields in the payload:
metrics.failedTestCount
metrics.errorCount
metrics.warningCount
Postman payload field | Postman payload value | Incident Response alert priority value |
---|---|---|
metrics.failedTestCount | 0 | Clear/0 |
metrics.errorCount | greater than 10 | P1-Critical |
metrics.errorCount | greater than 0 and less than 10 | P2- High |
metrics.warningCount | greater than 0 | P3-Moderate |
metrics.failedTestCount | greater than 0 | P4-Low |
If metrics.failedTestCount
property is not sent in the payload, the
default value for alert priority is P4-Low.
Postman resolution state mapping
The field of interest is: metrics.failedTestCount
Postman payload field | Postman payload value | Incident Response alert resolution state value |
---|---|---|
metrics.failedTestCount | 0 | Closing |
New |
Note: If you require any other severity and state mappings, use the
Generic webhook integration.