cloudcrew-ops/OpsGenie Send Alert

Send an alert to OpsGenie

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 16, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: cloudcrew-ops/opsgenie-send-alert@4689999814c68d8a81b7ecb25794d8d4314a4099 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
apiUrlOpsGenie API URL (default: https://api.opsgenie.com/v2)yeshttps://api.opsgenie.com/v2
apiKeyOpsGenie API Keyyes
messageMessage of the alert. (Limit: 130 characters)yes
aliasClient-defined identifier of the alert, used for alert de-duplication. (Limit: 512 characters)no
descriptionDetailed description of the alert. (Limit: 15000 characters)no
respondersAn array of teams, users, escalations, and schedules that the alert will be routed to. (Limit: 50 teams, users, escalations, or schedules)no
visibleToAn array of teams, users, escalations, and schedules that the alert will be visible to without notifications. (Limit: 50 teams or users in total)no
actionsAn array of custom actions that will be available for the alert. (Limit: 10 actions with 50 characters each)no
tagsAn array of tags associated with the alert. (Limit: 20 tags with 50 characters each)no
detailsA map of key-value pairs for custom properties of the alert. (Limit: 8000 characters in total)no
entityEntity field of the alert, generally used to specify which domain the alert is related to. (Limit: 512 characters)no
sourceSource field of the alert, specifying where the alert is created from. (Limit: 100 characters)no
priorityPriority level of the alert. Default is P3. (Possible values: P1, P2, P3, P4, P5)no
userDisplay name of the request owner. (Limit: 100 characters)no
noteAdditional note that will be added to the alert. (Limit: 25000 characters)no
verboseEnable curl verbose output for debugging purposes.nofalse

no outputs