Create Incident
Creates an incident.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
title
Title of the incident.
acknowledged_date
Timestamp when the incident was acknowledged.
applies_to_parts
Parts to which the incident is applicable to.
artifacts
Artifacts attached to the incident.
body
Body of the incident.
custom_fields
Application-defined custom fields.
custom_schema_spec
Custom schemas described using identifiers. Each custom field in the request must have the corresponding schema specified; omission results in a Bad Request error. If a custom schema is not included in the specifier, it remains unchanged. For surfaces with human interactors, it is recommended to provide tenant_fragment: true and validate_required_fields: true.
external_source_data
identified_date
Time when the incident was identified/reported.
impact
mitigated_date
Timestamp when the incident was mitigated.
owned_by
User IDs of the users that own the incident.
pia
The article ids of the Post-Incident Analysis(PIA) of the incident.
playbooks
The article ids of the playbook(s) associated with the incident.
reported_by
The entity that first reported the incident.
severity
Severity of the incident.
stage
Create object for stage.
stage_validation_options
The type of stage validations options when creating an incident.
Allowed values:
staged_info
Create object for staged_info.
sync_metadata
target_close_date
Timestamp when the incident is expected to be resolved.
sourceDeprecated
Source of where the incident was created. Only sys users and
service accounts are supposed to set this field.
Response
Success.
incident