Resource: CustomList
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. CustomList resource. The custom list is a list of objects, that can be saved as a shared resource, and can be used by playbooks.
JSON representation |
---|
{ "name": string, "category": string, "entityIdentifier": string, "environments": string } |
Fields | |
---|---|
name |
Identifier. The resource name of the custom list. |
category |
Required. The value of the custom list. Maximum length: 1024 characters |
entityIdentifier |
Required. The key of the custom list. Maximum length: 2048 characters |
environments |
Required. The environments to which the custom list is associated. |
Methods |
|
---|---|
|
Batch delete custom lists by custom lists names. |
|
Create a CustomList. |
|
Delete a custom list. |
|
Export custom lists by custom lists names. |
|
Get a CustomList. |
|
Import custom lists from CSV file. |
|
List all CustomLists. |
|
Update a CustomList. |