Create incident
allquiet_create_incidentCreates a new incident on the LIVE account (may trigger alerting/paging). status and severity are free-form strings the API validates against your account's configuration — common severity values include "Warning", "Minor", "Major", "Critical", and status reflects the incident lifecycle (e.g. "Open"/"Resolved"); confirm the valid values for your account before calling. All Quiet: POST /v1/incident.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Incident title (required). | |
| status | Yes | Incident status (required) — free-form, validated by the API; reflects the incident lifecycle (e.g. "Open"/"Resolved"). Confirm valid values for your account. | |
| message | No | Incident message/description. | |
| teamIds | No | Ids of teams to associate with the incident. | |
| severity | Yes | Incident severity (required) — free-form, validated by the API; common values include "Warning", "Minor", "Major", "Critical". Confirm valid values for your account. | |
| serviceIds | No | Ids of affected services. | |
| integrationId | No | Id of the integration that should own/route the incident. | |
| messageIsPublic | No | Whether the message is visible on a public status page. |