Update Incidents' Site in Bulk
POST /Command/UpdateIncidentSiteInBulk
Update multiple incidents' site by the input incident numbers and site name.
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 whose site will be updated. |
Site |
| Required | The name of the new site of the incidents. |
Username |
| Optional | The username of user that updates the incidents' site. This username will be used only when the task is run automatically. |