builtin:monitoredentities.rule.based.relationship.worker)
Configure rule based relationship worker settings.
The rule based relationship worker runs every configured time period and establishes configured relationships between entities based on their properties
Schema ID | Schema groups | Scope |
---|---|---|
builtin:monitoredentities.rule.based.relationship.worker | - | environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:monitoredentities.rule.based.relationship.worker |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:monitoredentities.rule.based.relationship.worker | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:monitoredentities.rule.based.relationship.worker |
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.
Property | Type | Description | Required |
---|---|---|---|
Interval timerunInterval | integer | Time in between worker runs (in minutes) | required |
Timeframetimeframe | integer | Timeframe (in minutes) to look back to. Only entities which are last seen in this timeframe are considered | required |
Result limitresultLimit | integer | Query limit for the number of entities which are considered | required |
Partition sizepartitionSize | integer | Size of the partition, which defines how many entities are handled at once | required |
Maximum new relationships per entity and rulemaxNewRelationshipsPerRule | integer | Maximum number of new relationships created for one entity per rule | required |