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 |
|
---|---|
|
Create a SoarNetwork. |
|
Delete a SoarNetwork. |
|
Delete a SoarNetwork. |
|
Export SoarNetworks. |
|
Get a SoarNetwork. |
|
Import SoarNetworks. |
|
Lists SOAR SoarNetworks. |
|
Update a SoarNetwork. |