- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- EnrichmentCombinationRecord
- Try it!
Full name: projects.locations.instances.getEnrichmentCombination
Get the EnrichmentCombination.
HTTP request
Path parameters
Parameters | |
---|---|
name |
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 ( |
Fields | |
---|---|
name |
Identifier. The resource name of the enrichment combination. Format: projects/{project}/locations/{location}/instances/{instance}/enrichmentCombination |
enrichmentCombinationRecords[] |
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 ( |
Fields | |
---|---|
enrichmentType |
Required. The type of enrichment. |
enrichmentTargetLogType |
Required. The log type of an event that is enriched. Format: projects/{project}/locations/{location}/instances/{instance}/logTypes/{logType} |
enrichmentSource |
The enrichment source that an enrichment is from. For source that comes from external and does not have a log type, for example, |