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

Create a SoarDomain.

delete

Delete a SoarDomain.

export

Export SoarDomains.

get

Get a SoarDomain.

import

Import SoarDomains.

list

Lists soar domains.

patch

Update a SoarDomain.