im-open/create-pagerduty-incident
An action that will create a PagerDuty incident.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pagerduty-api-key | The PagerDuty API Key that allows access to your services. | yes | — |
| The email address of a valid PagerDuty user on the account associated with the auth token. | yes | — | |
| service-id | The PagerDuty Service ID to create the incident for. | yes | — |
| title | The title of the PagerDuty Incident that will be created. | yes | — |
| body | The body of the PagerDuty Incident that will be created. | no | — |
| urgency | The urgency of the incident. Accepts: high or low. Defaults to high. | no | high |
Outputs
| name | description |
|---|---|
| incident-id | The ID of the incident that was just created. |
| pagerduty-error-code | The status code of the PagerDuty API request if it returns an error. |