Add to Global List
POST /Command/AddToList
Adds JSON objects to the specified global list. If the specified global list does not exist, the list will be created automatically.
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. |
Global List Name |
| Optional | The name of the global list. |
JSON Objects |
| Optional | A list of JSON objects to be added to the specified global list. |