Method: instances.getEnrichmentCombination

Full name: projects.locations.instances.getEnrichmentCombination

Get the EnrichmentCombination.

HTTP request


Path parameters

Parameters
name

string

Required. The name of the enrichment combination to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/enrichmentCombination

Request body

The request body must be empty.

Response body

EnrichmentCombination resource represents the combination of enrichment. It is a singleton resource that contains all the enrichment combination records.

If successful, the response body contains data with the following structure:

JSON representation
{
  "name": string,
  "enrichmentCombinationRecords": [
    {
      object (EnrichmentCombinationRecord)
    }
  ]
}
Fields
name

string

Identifier. The resource name of the enrichment combination. Format: projects/{project}/locations/{location}/instances/{instance}/enrichmentCombination

enrichmentCombinationRecords[]

object (EnrichmentCombinationRecord)

Output only. All the enrichment combination records.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • chronicle.enrichmentCombination.get

For more information, see the IAM documentation.

EnrichmentCombinationRecord

EnrichmentCombinationRecord represents a record of enrichment combination.

JSON representation
{
  "enrichmentType": enum (EnrichmentType),
  "enrichmentTargetLogType": string,
  "enrichmentSource": {
    object (EnrichmentSource)
  }
}
Fields
enrichmentType

enum (EnrichmentType)

Required. The type of enrichment.

enrichmentTargetLogType

string

Required. The log type of an event that is enriched. Format: projects/{project}/locations/{location}/instances/{instance}/logTypes/{logType}

enrichmentSource

object (EnrichmentSource)

The enrichment source that an enrichment is from. For source that comes from external and does not have a log type, for example, GEO_IP_SERVICE, the ExternalEnrichmentSource field should be set.