Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Opsgenie Sink: Update to support full API v2 options #194

Open
jeverett1522 opened this issue Aug 2, 2024 · 0 comments

Comments

@jeverett1522
Copy link

Currently you are only supporting a few alert options for Opsgenie but there are other fields that would be useful in an alert creation such as entity or responders. Here is the current API json of alert creation:

{
    "message": "<string>",
    "user": "<string>",
    "note": "<string>",
    "source": "<string>",
    "alias": "<string>",
    "description": "<string>",
    "responders": [
        {
            "type": "<string>",
            "id": "<string>"
        },
        {
            "type": "<string>",
            "id": "<string>"
        }
    ],
    "visibleTo": [
        {
            "type": "<string>",
            "id": "<string>"
        },
        {
            "type": "<string>",
            "id": "<string>"
        }
    ],
    "actions": [
        "<string>",
        "<string>"
    ],
    "tags": [
        "<string>",
        "<string>"
    ],
    "details": "<object>",
    "entity": "<string>",
    "priority": "<string>"
}

It would be nice to be able to use the full features of Opsgenie to better use the information in the alert.

@jeverett1522 jeverett1522 changed the title Update Opsgenie Sink to support full API v2 options Feature Request - Opsgenie Sink: Update to support full API v2 options Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant