Resource: EnvironmentGroup
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. EnvironmentGroup - Chronicle SOAR EnvironmentGroup.
JSON representation |
---|
{ "name": string, "displayName": string, "description": string, "environmentsIds": [ string ] } |
Fields | |
---|---|
name |
Identifier. The resource name of the environment group. Format: projects/{project}/locations/{location}/instances/{instance}/environmentGroups/{environmentGroup} |
displayName |
Required. The group name. |
description |
Optional. The EnvironmentGroup description. This value is optional. This value should be up to 250 characters, and valid characters are /[a-z][0-9]-/. |
environmentsIds[] |
Required. List of the group's environment ids |
Methods |
|
---|---|
|
Create an EnvironmentGroup. |
|
Delete an EnvironmentGroup. |
|
Get an EnvironmentGroup. |
|
List EnvironmentGroups. |
|
Update an EnvironmentGroup. |