Get PreConfigured Report
POST /Command/GetPreConfiguredReport
Get report by given time range and pre-configured report type id.
Request
Authentication: API keys or JSON web tokens (JWT)
Body Parameters
Parameter Name | Type | Required/Optional | Description |
---|---|---|---|
Username |
| Required | The username of your D3 SOAR account. |
Site |
| Required | The D3 SOAR site to run the remote command. |
Start Time |
| Required | Start time to retrieve the reports. |
End Time |
| Required | End time to retrieve the reports. |
Report Type |
| Optional | The type of the report. |
Additional Fields |
| Optional | This function parameter allows for the addition of new fields to the output report, specifically for Events (mapping field), Incidents (dynamic field), and Cases(custom form field). The configuration for these fields must be in JSON format. When adding fields for Incidents and Cases, the section name must be specified. It is important to note that each subject can have a maximum of 20 additional fields. |
READER NOTE
For Date/Time parameters Start Time
and End Time
, all times and timestamps must follow the format: yyyy-mm-dd hh:mm:ss.
e.g. May 15, 2024, 2:32 PM should be written as 2024-05-15 14:32:00.