REST Resource: projects.locations.instances.soarNetworks

Resource: SoarNetwork

This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. Allows a customer to add, modify and delete networks in a CIDR format. The system supports identification of soarNetwork subnets.

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

string

Identifier. The resource name of the SoarNetwork. Format: projects/{project}/locations/{location}/instances/{instance}/soarNetworks/{soarNetwork}

displayName

string

Required. SoarNetwork name, limited to 4096 characters.

address

string

Required. Subnet in CIDR format.

environmentsJson

string

Required. SoarNetwork associated logical environments.

priority

integer

Optional. SoarNetwork priority.

Methods

create

Creates a new SoarNetwork.

delete

Deletes a single SoarNetwork.

deleteAll

Deletes all SoarNetworks within an instance.

export

Exports all SoarNetworks to a CSV file.

get

Gets a single SoarNetwork.

import

Imports SoarNetworks from a CSV file.

list

Lists SoarNetworks.

patch

Updates an existing SoarNetwork.