cloudcrew-ops/OpsGenie Send Alert
Send an alert to OpsGenie
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 16, 2025
- License
- MIT
Pinned Snippet
uses: cloudcrew-ops/opsgenie-send-alert@4689999814c68d8a81b7ecb25794d8d4314a4099 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| apiUrl | OpsGenie API URL (default: https://api.opsgenie.com/v2) | yes | https://api.opsgenie.com/v2 |
| apiKey | OpsGenie API Key | yes | — |
| message | Message of the alert. (Limit: 130 characters) | yes | — |
| alias | Client-defined identifier of the alert, used for alert de-duplication. (Limit: 512 characters) | no | — |
| description | Detailed description of the alert. (Limit: 15000 characters) | no | — |
| responders | An array of teams, users, escalations, and schedules that the alert will be routed to. (Limit: 50 teams, users, escalations, or schedules) | no | — |
| visibleTo | An array of teams, users, escalations, and schedules that the alert will be visible to without notifications. (Limit: 50 teams or users in total) | no | — |
| actions | An array of custom actions that will be available for the alert. (Limit: 10 actions with 50 characters each) | no | — |
| tags | An array of tags associated with the alert. (Limit: 20 tags with 50 characters each) | no | — |
| details | A map of key-value pairs for custom properties of the alert. (Limit: 8000 characters in total) | no | — |
| entity | Entity field of the alert, generally used to specify which domain the alert is related to. (Limit: 512 characters) | no | — |
| source | Source field of the alert, specifying where the alert is created from. (Limit: 100 characters) | no | — |
| priority | Priority level of the alert. Default is P3. (Possible values: P1, P2, P3, P4, P5) | no | — |
| user | Display name of the request owner. (Limit: 100 characters) | no | — |
| note | Additional note that will be added to the alert. (Limit: 25000 characters) | no | — |
| verbose | Enable curl verbose output for debugging purposes. | no | false |
Outputs
no outputs