Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 995 Bytes

Incident.md

File metadata and controls

24 lines (20 loc) · 995 Bytes

Incident

Properties

Name Type Description Notes
id str
tiny_id str [optional]
message str [optional]
status str [optional]
is_seen bool [optional]
tags list[str] [optional]
created_at datetime [optional]
updated_at datetime [optional]
source str [optional]
owner str [optional]
priority str [optional]
responders list[Responder] [optional]
owner_team str [optional]
extra_properties dict(str, str) Map of key-value pairs to use as custom properties of the incident [optional]
request_id str [optional]

[Back to Model list] [Back to API list] [Back to README]