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.

Get alerts responses.

Parameters

ParameterDescription
Alert IDThe ID of the alert to get details of. Can be obtained via the List Alerts action.

Example Output

{
	"links": [
		{
			"rel": "self",
			"href": "/api/customers/11111111-1111-1111-1111-111111111111/alertsReporting/a025628a-2fd2-4c93-a9cb-5bb791a644af/responses"
		},
		{
			"rel": "parent",
			"href": "/api/customers/11111111-1111-1111-1111-111111111111/alertsReporting/a025628a-2fd2-4c93-a9cb-5bb791a644af"
		}
	],
	"items": [
		{
			"id": "50fc7f33-a6ac-4b39-b3ed-d401c44b01bc",
			"customerId": "11111111-1111-1111-1111-111111111111",
			"alertId": "a025628a-2fd2-4c93-a9cb-5bb791a644af",
			"status": null,
			"assignedTo": null,
			"noteId": null,
			"alertStatusReasonId": null,
			"createdBy": "e2b0bfc1-aeda-4a87-ba69-a471e9470bf8",
			"createdAt": "2023-11-29T22:32:28.665Z",
			"note": null,
			"assignedToUser": null,
			"createdByUser": {
				"id": "e2b0bfc1-aeda-4a87-ba69-a471e9470bf8",
				"name": "api.app.admin",
				"email": "api.app.admin@app.com",
				"phone": "123-456-7890",
				"active": true,
				"customerId": "11111111-1111-1111-1111-111111111111",
				"superAdmin": false,
				"bot": false,
				"support": false,
				"mdrSupport": false,
				"priorLogin": false,
				"imageUrl": null,
				"password": null,
				"createdAt": "2023-10-16T12:12:56.976Z",
				"maxIdleTimeMins": 30,
				"alertHiddenColumns": null,
				"detectionHiddenColumns": null,
				"updatedAt": "2023-10-16T12:12:56.976Z",
				"rangerId": 35,
				"adminPermissions": [
					"ADMIN_PERMISSION_LIST:READ",
					"ADMIN_CUSTOMER:LOGIN",
					"ADMIN_CUSTOMER:READ",
					"ADMIN_CUSTOMER:CREATE",
					"ADMIN_CUSTOMER:UPDATE",
					"ADMIN_CUSTOMER:DELETE",
					"ADMIN_CUSTOMER_FEATURE_SET:READ",
					"ADMIN_CUSTOMER_FEATURE_SET:INSTALL",
					"ADMIN_CUSTOMER_FEATURE_SET:DELETE",
					"ADMIN_CUSTOMER_FEATURES:READ",
					"ADMIN_CUSTOMER_FEATURES:SUBSCRIBE",
					"ADMIN_CUSTOMER_FEATURES:UNSUBSCRIBE",
					"ADMIN_CUSTOMER_USER:UPDATE",
					"ADMIN_CUSTOMER_USER:READ",
					"ADMIN_CUSTOMER_SCRIPT:CREATE",
					"ADMIN_CUSTOMER_PG_QUERY:CREATE",
					"ADMIN_CUSTOMER_USER:DELETE",
					"ADMIN_CUSTOMER_TELEMETRY:READ",
					"ADMIN_EVENT_RULE_VALIDATE:READ",
					"ADMIN_TRINO_USER:READ",
					"ADMIN_TRINO_USER:CREATE",
					"ADMIN_TRINO_USER:UPDATE",
					"ADMIN_TRINO_USER:DELETE"
				],
				"lastUpdatedByUptycs": "2023-10-16T12:12:56.976Z",
				"lastSyncedWithRanger": "2023-10-16T12:12:56.976Z",
				"lastSyncedWithRbac": "2023-10-16T12:12:56.976Z",
				"secret": null,
				"type": "USER",
				"createdBy": null,
				"updatedBy": null,
				"description": null
			},
			"alertStatusReason": null,
			"links": [
				{
					"rel": "self",
					"title": "Alert responses",
					"href": "/api/customers/11111111-1111-1111-1111-111111111111/alertsReporting/a025628a-2fd2-4c93-a9cb-5bb791a644af/responses/50fc7f33-a6ac-4b39-b3ed-d401c44b01bc"
				},
				{
					"rel": "parent",
					"title": "Alert responsess",
					"href": "/api/customers/11111111-1111-1111-1111-111111111111/alertsReporting/a025628a-2fd2-4c93-a9cb-5bb791a644af/responses"
				}
			]
		}
	],
	"offset": 0,
	"limit": 1000
}

Workflow Library Example

Get Alert Responses with Uptycs and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop