Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 14.6 KB

postv1incidents.md

File metadata and controls

28 lines (24 loc) · 14.6 KB

PostV1Incidents

Create a new incident

Fields

Field Type Required Description
Name string ✔️ N/A
Summary *string N/A
CustomerImpactSummary *string N/A
Description *string N/A
Priority *string N/A
Severity *string N/A
SeverityConditionID *string N/A
SeverityImpactID *string N/A
AlertIds []string List of alert IDs that this incident should be associated to
Labels *components.PostV1IncidentsLabels Key:value pairs to track custom data for the incident
RunbookIds []string List of ids of Runbooks to attach to this incident. Foregoes any conditions these Runbooks may have guarding automatic attachment.
TagList []string List of tags for the incident
Impacts []components.Impacts An array of impacted infrastructure
Milestones []components.Milestones An array of milestones to set on an incident. This can be used to create an already-resolved incident.
Restricted *bool N/A
TeamIds []string IDs of teams you wish to assign to this incident.
CustomFields []components.CustomFields An array of custom fields to set on the incident.
ExternalLinks *string N/A
SkipIncidentTypeValues *bool If true, the incident type values will not be copied to the incident. This is useful when creating an incident from an incident type, but you want to set the values manually.