REST Resource: projects.locations.instances.customLists

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

string

Identifier. The resource name of the custom list.

category

string

Required. The value of the custom list. Maximum length: 1024 characters

entityIdentifier

string

Required. The key of the custom list. Maximum length: 2048 characters

environments

string

Required. The environments to which the custom list is associated.

Methods

batchDelete

Batch delete custom lists by custom lists names.

create

Create a CustomList.

delete

Delete a custom list.

export

Export custom lists by custom lists names.

get

Get a CustomList.

import

Import custom lists from CSV file.

list

List all CustomLists.

patch

Update a CustomList.