POST /Command/SetIncidentFieldHTML
Adds a description/note/conclusion in HTML format to the current incident.
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 to. |
|
Field Name |
|
Required |
The field that would be set in the incident. |
|
HTML Content |
|
Required |
Content in HTML String. |