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

Create a SoarNetwork.

delete

Delete a SoarNetwork.

deleteAll

Delete a SoarNetwork.

export

Export SoarNetworks.

get

Get a SoarNetwork.

import

Import SoarNetworks.

list

Lists SOAR SoarNetworks.

patch

Update a SoarNetwork.