Set Incident Field
POST /Command/SetIncidentField
Set the incident field to a specific value. Please note that the 'Title' field cannot exceed 100 characters. If it exceeds the limit, any extra characters will be truncated.
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 set the fields of. |
Field Name |
| Required | The field name that would be set in the incident. |
Field Value |
| Required | The field value that would be set in the incident. |