Get Related Incidents by Artifact
POST /Command/GetRelatedIncidentsByArtifact
Get Related Incident's Information.
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. |
Artifact Type |
| Required | Artifact type to be filtered by. |
Artifact Name(s) |
| Required | An array of artifact name(s) to be filtered by. The artifact in the array should match the artifact type specified in the above input. |
Search Within Last Number of Days |
| Required | The day range relative to the incident's created date (UTC). For example, incidents created in the last 90 days. |
Maximum Number of Results |
| Required | The maximum number of incidents to be returned. |