incident_io_client.models.incident_roles_v2_update_request_body
IncidentRolesV2UpdateRequestBody
Example
{'description': 'The person currently coordinating the incident', 'instructions': 'Take point on the incident; Make sure people are clear on responsibilities', 'name': 'Incident Lead', 'shortform': 'lead'}
Attributes:
Name | Type | Description |
---|---|---|
description |
str
|
Describes the purpose of the role Example: The person currently coordinating the incident. |
instructions |
str
|
Provided to whoever is nominated for the role. Note that this will be empty for the 'reporter' role. Example: Take point on the incident; Make sure people are clear on responsibilities. |
name |
str
|
Human readable name of the incident role Example: Incident Lead. |
shortform |
str
|
Short human readable name for Slack. Note that this will be empty for the 'reporter' role. Example: lead. |