External DocumentationTo learn more, visit the Trellix EDR documentation.
Parameters
| Parameter | Description |
|---|---|
| Limit | The maximum number of results to return. |
| Offset | The number of results to skip before starting to collect the result set. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Sort | The field to sort the results by. By default, the results are sorted in an ascending order. |
Example Output
{
"jsonapi": {
"version": "1.0"
},
"meta": {
"totalResourceCount": 2
},
"data": [
{
"id": "15",
"type": "builtinReactions",
"attributes": {
"catalogVersion": 1307,
"metadata": {
"contentUpdated": false
},
"hidden": false,
"dbVersion": 0,
"description": "Delete a folder by its full path",
"classification": "REMEDIATION",
"timeout": 60,
"internalArguments": {},
"internalName": "deleteFolder",
"remediation": false,
"task": "REACTION",
"availableForTrigger": true,
"name": "DeleteFolder",
"tenantId": "",
"arguments": [
{
"id": "2924",
"name": "full_path",
"type": "STRING",
"collectorMappings": [
{
"id": "3057",
"name": "Files",
"output": {
"id": "164",
"name": "dir",
"type": "STRING",
"byDefault": false,
"sequence": 2
},
"type": "BUILTIN",
"collectorId": 3
}
],
"optional": false
}
],
"availableOffline": false,
"chainedReactions": []
}
},
{
"id": "554",
"type": "customReactions",
"attributes": {
"catalogVersion": 0,
"metadata": {},
"hidden": false,
"dbVersion": 0,
"description": "Rebootwindows_powershell",
"timeout": 30,
"internalArguments": {},
"internalName": "_Custom_reaction8",
"remediation": false,
"task": "REACTION",
"availableForTrigger": true,
"name": "_Custom_reaction8",
"tenantId": "06ADBB7B-2BD7-4EA7-8380-39C4398BCD3D",
"arguments": [
{
"id": "2873",
"name": "ip_address1",
"type": "STRING",
"collectorMappings": [],
"optional": false
},
{
"id": "2874",
"name": "ip_address2",
"type": "STRING",
"collectorMappings": [],
"optional": false
}
],
"availableOffline": false,
"chainedReactions": []
}
}
],
"links": {
"self": "/edr/v2/reactions?page[offset]=0&page[limit]=20",
"first": "/edr/v2/reactions?page[offset]=0&page[limit]=20",
"prev": null,
"next": "/edr/v2/reactions?page[offset]=20&page[limit]=20",
"last": "/edr/v2/reactions?page[offset]=20&page[limit]=20"
}
}