acyphus/PagerDuty Send Event/Alert
Send an event to PagerDuty to trigger, acknowledge, or resolve incidents.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| integration-key | The PagerDuty Integration Key. | yes | — |
| dedup-key | Identifies the alert to trigger, acknowledge, or resolve. Required unless the event_type is trigger. | no | — |
| event-action | The type of event. Can be trigger, acknowledge or resolve. | yes | trigger |
| summary | A brief text summary of the event, used to generate the summaries/titles of any associated alerts. | yes | Alert from ${{github.repository}} by ${{github.actor}} |
| source | The unique location of the affected system. | no | GitHub Actions in ${{github.repository}} |
| severity | The perceived severity of the status the event is describing with respect to the affected system.. Can be info, warning, error, or critical. | yes | critical |
| client | The name of the monitoring client that is triggering this event. (This field is only used for trigger events.) | no | ${{github.repository}} |
| client-url | The URL of the monitoring client that is triggering this event. (This field is only used for trigger events.) | no | https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} |
Outputs
| name | description |
|---|---|
| time | Timestamp of the event. |