Update Dynamic Form Value by Incident Number
POST /Command/UpdateDynamicFieldsByNumber
Sets the values of specified incident dynamic fields in all instances in a given incident's dynamic section by conditions.
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 number of incident to update on. |
Section Name |
| Required | The name of the dynamic section. |
Conditions |
| Required | Conditions for filtering dynamic form instances in the specified dynamic section. |
Field Values |
| Required | Field and value pairs for setting the incident dynamic fields. |