POST /Command/CloseIncidentInBulk
Close multiple incidents that are given by input incident numbers.
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 Numbers |
|
Required |
The array of incident numbers of incidents that are to be closed. |
|
Bypass Required Pending Tasks |
|
Required |
The option of whether or not to close incidents even there still are required pending tasks. |
|
Bypass All Required Fields |
|
Optional |
The option of whether or not to close incidents even required fields are not filled. |
|
Username |
|
Optional |
The username of user that close the incidents. This username will be used only when the task is run automatically. |
|
Conclusion |
|
Optional |
Append the conclusion note to the original conclusion. |