Add Investigation Table Content
POST /Command/AddInvestigationTableContent
Add a table to an incident investigation section.
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. |
Incident Number |
| Required | The incident number to add investigation details to. |
Investigation Section |
| Required | The section to add the investigation detail to. If you select IOA or IOC, data tables will be created and displayed under findings, but they will not populate in link analysis. Use the Add Investigation Details command to populate IOA and IOC in link analysis. |
Investigation Detail in JSON |
| Required | JSON data for creating the table to be added to the investigation detail. |
Editing Type |
| Required | Choose whether to add a new investigation detail or overwrite all existing details. |