Parameters

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

Example Output

{    "displayName": "testAlert1 (value_ALERT)",    "id": "a025628a-2fd2-4c93-a9cb-5bb791a644af",    "customerId": "11111111-1111-1111-1111-111111111111",    "description": "testAlert1",    "uptId": null,    "assetId": "1abef6ac-844c-4a7b-9127-863fe4c9663e",    "agentId": null,    "agentType": null,    "resourceType": null,    "kubeAssetId": null,    "ruleId": "41c6d478-5409-445b-8e37-6c62795d323f",    "eventId": null,    "alertId": "79a4a0e7-bac4-4f7b-9753-34c4baa5bb04",    "code": "TEST_ALERT",    "assignedTo": null,    "status": "open",    "noteId": null,    "severity": "medium",    "alertTime": "2023-11-29T22:32:28.627Z",    "grouping": "test",    "key": "key_ALERT",    "value": "value_ALERT",    "metadata": {},    "internalMetadata": null,    "exceptionMetadata": null,    "resolvedAt": null,    "isTask": false,    "groupId": null,    "groupName": null,    "resolutionDays": null,    "lastActiveAt": null,    "alertStatusReasonId": null,    "createdAt": "2023-11-29T22:32:28.627Z",    "hashKey": null,    "updatedAt": "2023-11-29T22:32:28.665Z",    "updatedBy": "e2b0bfc1-aeda-4a87-ba69-a471e9470bf8",    "rowCount": 1,    "lastOccurredAt": null,    "alertTags": null,    "groupingL2": null,    "groupingL3": null,    "groupingL4": null,    "eventRuleId": "41c6d478-5409-445b-8e37-6c62795d323f",    "score": null,    "isContainer": false,    "cloudType": null,    "cloudTenantId": null,    "cloudTenantName": null,    "cloudRegion": null,    "cloudRegionCode": null,    "noisy": false,    "serviceValue": null,    "resourceValue": null,    "cloudResourceId": null,    "note": null,    "assignedToUser": null,    "updatedByUser": {        "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,    "alertRule": {        "name": "badmonkey1701297148570"    },    "asset": {        "id": "1abef6ac-844c-4a7b-9127-863fe4c9663e",        "hostName": "test_asset_0c708030-718d-4030-be9d-5bf476bacd0b",        "interfaces": []    },    "metaDataMap": null,    "alertTimeSuppresionStart": "2023-11-29T22:32:28.633Z",    "alertTimeSuppresionDuration": 100,    "links": [        {            "rel": "self",            "title": "Alert",            "href": "/api/customers/11111111-1111-1111-1111-111111111111/alertsReporting/a025628a-2fd2-4c93-a9cb-5bb791a644af"        },        {            "rel": "parent",            "title": "Alerts",            "href": "/api/customers/11111111-1111-1111-1111-111111111111/alertsReporting"        }    ]}

Workflow Library Example

Get Alert with Uptycs and Send Results Via Email

Preview this Workflow on desktop