incident_io_client.models.incident_roles_v1_create_request_body
IncidentRolesV1CreateRequestBody
Example
{'description': 'The person currently coordinating the incident', 'instructions': 'Take point on the incident; Make sure people are clear on responsibilities', 'name': 'Incident Lead', 'required': False, '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. |
required |
bool
|
DEPRECATED: this will always be false. |
shortform |
str
|
Short human readable name for Slack. Note that this will be empty for the 'reporter' role. Example: lead. |