app:community.cloudsreagents:cloudsreagent-interactionprofile)Configure interaction profiles to route problems to cloud agents based on filters
| Schema ID | Schema groups | Scope |
|---|---|---|
app:community.cloudsreagents:cloudsreagent-interactionprofile | - | environment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:community.cloudsreagents:cloudsreagent-interactionprofile |
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:community.cloudsreagents:cloudsreagent-interactionprofile |
| GET | Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:community.cloudsreagents:cloudsreagent-interactionprofile |
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 |
|---|---|---|---|
Profile namename | text | A unique name for this interaction profile | Required |
Descriptiondescription | text | A description of this interaction profile | Optional |
Enabledenabled | boolean | Whether this interaction profile is enabled | Required |
Deferreddeferred | integer | Delay execution by this many minutes (0-15). Set to 0 or leave empty for immediate execution. | Optional |
Global Filter ExpressionglobalFilterExpression | text | JSON filter expression with AND/OR logic for global filters. Example: {"logic":"and","filters":[{"type":"matches_problem_severity","values":["ERROR"]},{"logic":"or","filters":[...]}]} | Optional |
Agent ReferencesagentRefs | AgentRef[] | References to agents with their specific filters | Required |
Topology Max DepthtopologyMaxDepth | integer | Maximum depth for topology traversal when discovering related cloud resources (defaults to 3 if not set) | Optional |
AgentRef object| Property | Type | Description | Required |
|---|---|---|---|
Agent IDagentId | text | The ID of the agent to reference | Required |
Enabledenabled | boolean | Override agent enabled state for this profile | Required |
Filter ExpressionfilterExpression | text | JSON filter expression with AND/OR logic. Supports nested groups. Example: {"logic":"and","filters":[{"type":"has_aws_resources","expected":true},{"logic":"or","filters":[...]}]} | Optional |