- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- LegacyEnvironmentInstancesFilterSettings
- LegacyApiEnvironmentCard
Full name: projects.locations.instances.legacySoarSettings.legacyGetAllEnvironmentCards
legacySoarSettings.legacyGetAllEnvironmentCards returns all the environment cards.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{instance}/legacySoarSettings:legacyGetAllEnvironmentCards Path parameters
| Parameters | |
|---|---|
instance |
Required. The instance to get all the environment cards for. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{
"environmentInstancesFilterSettings": {
object ( |
| Fields | |
|---|---|
environmentInstancesFilterSettings |
Optional. The environment instances filter settings |
searchTerm |
Optional. The search term. |
pageSize |
Optional. The page size. |
requestedPage |
Optional. The requested page. |
hideEmptyEnvironments |
Optional. Whether to hide empty environments. |
Response body
Response message for LegacySoarSettingService.LegacyGetAllEnvironmentCards.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ "objectsList": [ { object ( |
| Fields | |
|---|---|
objectsList[] |
Output only. The objects list. |
metadata |
Output only. The metadata. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the instance resource:
chronicle.legacySoarSettings.get
For more information, see the IAM documentation.
LegacyEnvironmentInstancesFilterSettings
The environment instances filter settings.
| JSON representation |
|---|
{ "environments": [ string ], "integrations": [ string ], "configuration": [ string ], "remote": [ string ] } |
| Fields | |
|---|---|
environments[] |
Optional. The environments. |
integrations[] |
Optional. The integrations. |
configuration[] |
Optional. The configuration. |
remote[] |
Optional. The remote. |
LegacyApiEnvironmentCard
The api environment card.
| JSON representation |
|---|
{ "name": string, "displayName": string, "description": string, "base64Image": string, "numOfInstalledIntegrations": integer } |
| Fields | |
|---|---|
name |
Output only. The name. |
displayName |
Output only. The display name. |
description |
Output only. The description. |
base64Image |
Output only. The base64 image |
numOfInstalledIntegrations |
Optional. The num of installed integrations. |