REST Resource: projects.locations.instances.environmentGroups

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

string

Identifier. The resource name of the environment group. Format: projects/{project}/locations/{location}/instances/{instance}/environmentGroups/{environmentGroup}

displayName

string

Required. The group name.

description

string

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[]

string

Required. List of the group's environment ids

Methods

create

Create an EnvironmentGroup.

delete

Delete an EnvironmentGroup.

get

Get an EnvironmentGroup.

list

List EnvironmentGroups.

patch

Update an EnvironmentGroup.