External DocumentationTo learn more, visit the Trellix EDR documentation.
Actions
List Activity Feed Configurations
Retrieve a list of the activity feed configurations.

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.
{
"jsonapi": {
"version": "1.0"
},
"meta": {
"totalResourceCount": 10
},
"data": [
{
"id": "ce5cdfff-7818-455a-bc60-841be3513f4a",
"type": "activityFeed",
"attributes": {
"topic": "threatEvents",
"clientEmailId": "example@gmail.com",
"configType": "s3Config",
"enableCompressedOutput": "true",
"s3Config": {
"s3Prefix": "/prefix",
"roleARN": "arn:aws:iam::91574147XXX:role/EAF_S3CrossAccountAccess",
"s3BucketName": "example-bucket",
"awsRegion": "us-west-2"
}
}
}
]
}
Was this page helpful?