Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Acknowledge multiple incidents by their IDs.
External DocumentationTo learn more, visit the Coralogix Incident Management documentation.

Parameters

ParameterDescription
Incident IDsA comma-separated list of incident IDs to acknowledge.

Example Output

{
	"incidents": [
		{
			"id": "<string>",
			"name": null,
			"state": "<string>",
			"status": "<string>",
			"assignments": [
				{
					"assignedTo": {
						"userId": "<string>"
					},
					"assignedBy": {
						"userId": "<string>"
					}
				}
			],
			"description": null,
			"severity": "<string>",
			"events": [],
			"createdAt": "2021-07-16T07:41:06.331Z",
			"closedAt": null,
			"contextualLabels": {
				"alert_group_by_fields": "<string>",
				"alert_id": "<string>",
				"alert_name": "<string>",
				"alert_notification_group_grouping_fields": "<string>",
				"alert_notification_group_id": "<string>",
				"alert_notification_group_integrations_ids": "<string>",
				"alert_severity": "<string>",
				"alert_type": "<string>"
			},
			"displayLabels": {
				"cx_security.email": "<string>"
			},
			"lastStateUpdateTime": "2004-05-02T15:15:05.857Z",
			"lastStateUpdateKey": "<string>",
			"isMuted": null,
			"metaLabels": [
				{
					"key": "<string>",
					"value": "<string>"
				}
			],
			"duration": "<string>"
		}
	]
}

Workflow Library Example

Acknowledge Incidents with Coralogix Incident Management and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop