Update Global List
POST /Command/UpdateGlobalList
Update object in the specified global list matching by key and value pair.
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. |
Key |
| Optional | The key to match in existing global list content. |
Value |
| Optional | The value to match in existing global list content. |
Object |
| Optional | The object used to replace the matched objects in the global list content. |