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 |
Identifier. The resource name of the SoarNetwork. Format: projects/{project}/locations/{location}/instances/{instance}/soarNetworks/{soarNetwork} |
displayName |
Required. SoarNetwork name, limited to 4096 characters. |
address |
Required. Subnet in CIDR format. |
environmentsJson |
Required. SoarNetwork associated logical environments. |
priority |
Optional. SoarNetwork priority. |
Methods |
|
|---|---|
|
Creates a new SoarNetwork. |
|
Deletes a single SoarNetwork. |
|
Deletes all SoarNetworks within an instance. |
|
Exports all SoarNetworks to a CSV file. |
|
Gets a single SoarNetwork. |
|
Imports SoarNetworks from a CSV file. |
|
Lists SoarNetworks. |
|
Updates an existing SoarNetwork. |