REST Resource: projects.locations.instances.soarDomains

Resource: SoarDomain

This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. Provides customers with the ability to define specific domains as internal, so that when an entity is created during the alert ingestion process, it appears as an internal asset.

JSON representation
{
  "name": string,
  "displayName": string,
  "environmentsJson": string
}
Fields
name

string

Identifier. The unique name(ID) of the SoarDomain. Format: projects/{project}/locations/{location}/instances/{instance}/soarDomains/{soarDomain}

displayName

string

Required. SoarDomain display name, limited to 4096 characters.

environmentsJson

string

Required. SoarDomain associated logical environments (json).

Methods

create

Creates a new SoarDomain.

delete

Deletes a SoarDomain.

export

Exports all SoarDomains to a CSV file.

get

Gets a single SoarDomain.

import

Imports SoarDomains from a CSV file.

list

Lists SoarDomains.

patch

Updates an existing SoarDomain.