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

Deletes multiple custom list entries in a single operation.

create

Creates a new custom list entry.

delete

Deletes a specific custom list entry.

export

Exports selected custom lists as a CSV file.

get

Gets a single custom list entry by its resource name.

import

Imports multiple custom list entries from a CSV file.

list

Lists all custom list entries in the instance.

patch

Updates an existing custom list entry.