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.

Update the given alert with the corresponding status.
External DocumentationTo learn more, visit the Reco documentation.

Parameters

ParameterDescription
Alert IDYour alert ID, can be retrieved form the ‘List Alerts’ action.
Alert StatusThe new alert status to be updated.

Example Output

{
	"alert": {
		"id": "<string>",
		"policyId": "<string>",
		"description": "<string>",
		"aggregationRulesToKeys": {
			"aggregationRuleToKey": [
				{
					"aggregationRule": {
						"aggregationKeyJsonataQuery": "<string>"
					},
					"aggregationKey": {
						"stringKey": "<string>"
					}
				},
				{
					"aggregationRule": {
						"aggregationDuration": "<string>"
					},
					"aggregationKey": {
						"timeKey": "<string>"
					}
				}
			]
		},
		"status": "<string>",
		"riskLevel": "<string>",
		"policyViolations": [],
		"createdAt": "2025-02-05T19:58:11.581577Z",
		"updatedAt": "2025-02-05T19:58:11.577753Z",
		"extractionSource": "<string>",
		"instanceId": "<string>"
	}
}

Workflow Library Example

Update Alert Status with Reco and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop