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 |
|
|---|---|
|
Deletes multiple custom list entries in a single operation. |
|
Creates a new custom list entry. |
|
Deletes a specific custom list entry. |
|
Exports selected custom lists as a CSV file. |
|
Gets a single custom list entry by its resource name. |
|
Imports multiple custom list entries from a CSV file. |
|
Lists all custom list entries in the instance. |
|
Updates an existing custom list entry. |