Get Alert
Returns alert with given id, tiny id or alias.
External Documentation
To learn more, visit the Opsgenie documentation.
Parameters
Parameter | Description |
---|---|
ID | Identifier of alert which could be alert id, tiny id or alert alias. |
ID Type | Type of the identifier that is provided as an in-line parameter. Possible values are 'id', 'alias' or 'tiny'. |
Example Output
{
"data": {
"acknowledged": false,
"actions": [
"string"
],
"alias": "string",
"count": 0,
"createdAt": "date-time",
"description": "string",
"details": {},
"entity": "string",
"id": "string",
"integration": {
"id": "string",
"name": "string",
"type": "string"
},
"isSeen": false,
"lastOccurredAt": "date-time",
"message": "string",
"owner": "string",
"priority": "string",
"report": {
"ackTime": 0,
"acknowledgedBy": "string",
"closeTime": 0,
"closedBy": "string"
},
"responders": [
{
"id": "string",
"type": "string"
}
],
"snoozed": false,
"snoozedUntil": "date-time",
"source": "string",
"status": "string",
"tags": [
"string"
],
"tinyId": "string",
"updatedAt": "date-time"
},
"requestId": "string",
"took": 0
}
Workflow Library Example
Get Alert with Opsgenie and Send Results Via Email
Preview this Workflow on desktop