External DocumentationTo learn more, visit the Trellix EDR documentation.
Actions
Get Activity Feed Configuration
Get the full details of an activity feed configuration by its ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Configuration ID | The ID of the activity feed configuration. Can be obtained using the List Activity Feed Configurations action. |
{
"jsonapi": {
"version": "1.0"
},
"meta": {
"totalResourceCount": 1
},
"data": {
"type": "activityFeed",
"id": "8906193e-383c-4a61-9beb-b692f90e100c",
"attributes": {
"topic": "threatEvents",
"clientEmailId": "test_tenant@yopmail.com",
"configType": "s3Config",
"enableCompressedOutput": true,
"s3Config": {
"s3Prefix": "username",
"roleARN": "arn:aws:iam::0946XXXXXXXXX:role/EAF_Role_of_S3_bucket",
"s3BucketName": "EAF_bucket",
"awsRegion": "us-west-2"
}
}
}
}
Was this page helpful?