POST /Command/AddIncidentTags
Add Incident Tags to the 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 add incident tags. |
|
Mode |
|
Optional |
The mode of add incident tags. |
|
Tags |
|
Optional |
The incident tags will be added as an array. Examples: a, b, c or ["a", "b", "c"]. |