Opsgenie integration (Developer Tools). Imported from open-connector.
https://api.eu.opsgenie.com/v2/account
/v2/alerts
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | Opsgenie alert search query. |
| searchIdentifier | string | optional | Opsgenie saved-search identifier. |
| searchIdentifierType | string | optional | Type of Opsgenie saved-search identifier. |
| offset | integer | optional | Start index of the result set. |
| limit | integer | optional | Maximum number of alerts to return. |
| sort | string | optional | Alert field to sort by. |
| order | string | optional | Sort direction for the Opsgenie result set. |
/v2/alerts/{identifier}
| Param | Type | Required | Description |
|---|---|---|---|
| identifier | string | required | Opsgenie alert identifier. |
| identifierType | string | optional | Type of Opsgenie alert identifier. |
/v2/alerts
| Param | Type | Required | Description |
|---|---|---|---|
| message | string | required | Message of the alert. |
| alias | string | optional | Client-defined identifier for alert de-duplication. |
| description | string | optional | Detailed alert description. |
| responders | array | optional | Teams, users, escalations, or schedules to notify. |
| visibleTo | array | optional | Teams or users that can view the alert. |
| actions | array | optional | Custom actions available for the alert. |
| tags | array | optional | Tags to add to the alert. |
| details | object | optional | Opsgenie alert details as key-value string properties. |
| entity | string | optional | Entity related to the alert. |
| source | string | optional | Alert source. |
| priority | string | optional | Opsgenie alert priority. |
| user | string | optional | Display name of the request owner. |
| note | string | optional | Additional note added while creating the alert. |
/v2/alerts/{identifier}/acknowledge
| Param | Type | Required | Description |
|---|---|---|---|
| identifier | string | required | Opsgenie alert identifier. |
| identifierType | string | optional | Type of Opsgenie alert identifier. |
| user | string | optional | Display name of the request owner. |
| source | string | optional | Display name of the request source. |
| note | string | optional | Additional alert note. |
/v2/alerts/{identifier}/close
| Param | Type | Required | Description |
|---|---|---|---|
| identifier | string | required | Opsgenie alert identifier. |
| identifierType | string | optional | Type of Opsgenie alert identifier. |
| user | string | optional | Display name of the request owner. |
| source | string | optional | Display name of the request source. |
| note | string | optional | Additional alert note. |
/v2/alerts/requests/{requestId}
| Param | Type | Required | Description |
|---|---|---|---|
| requestId | string | required | Opsgenie asynchronous request ID. |