resolve_incident
Resolve a PagerDuty incident by adding resolution notes. Provide the incident ID and explanation of the fix to receive updated incident details.
Instructions
Resolve an incident with resolution notes.
Args: incident_id: PagerDuty incident ID resolution: Resolution notes explaining how the incident was fixed
Returns: Dict: Updated incident information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resolution | Yes | ||
| incident_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |