Settings API - Business event bucket assignment schema table
Business event bucket assignment (builtin:bizevents-processing-buckets.rule)
Business events can be stored in different buckets. The first user-defined rule that matches will determine bucket assignment. If no rules match, the default bucket will be used.
Learn to create custom buckets and more by visiting our documentation.
Schema ID
Schema groups
Scope
builtin:bizevents-processing-buckets.rule
group:business-analytics
group:business-analytics.ingest-pipeline
environment
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:bizevents-processing-buckets.rule |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:bizevents-processing-buckets.rule | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:bizevents-processing-buckets.rule |
Authentication
To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication.
Parameters
Property
Type
Description
Required
Enabled
enabled
boolean
-
required
Rule name
ruleName
text
-
required
Bucket
bucketName
text
Events will be stored in the selected bucket. Analyze bucket contents in the log & event viewer. (<your-dynatrace-url>//ui/logs-events?advancedQueryMode=true&query=fetch+bizevents
)
required