acknowledge_incident
Acknowledge a PagerDuty incident to signal you're working on it, optionally adding a note. Returns updated incident info.
Instructions
Acknowledge an incident (mark as working on it).
Args: incident_id: PagerDuty incident ID note: Optional acknowledgement note
Returns: Dict: Updated incident information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| incident_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |