app:community.cloudsreagents:cloudsreagent-agent)Configure cloud SRE agents for automated investigation and remediation
| Schema ID | Schema groups | Scope |
|---|---|---|
app:community.cloudsreagents:cloudsreagent-agent | - | environment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:community.cloudsreagents:cloudsreagent-agent |
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:community.cloudsreagents:cloudsreagent-agent |
| GET | Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:community.cloudsreagents:cloudsreagent-agent |
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 |
|---|---|---|---|
Agent namename | text | A unique name for this agent configuration | Required |
Descriptiondescription | text | A description of this agent configuration | Optional |
Agent typetype | enum | The type of cloud agent The element has these enums
| Required |
Enabledenabled | boolean | Whether this agent is enabled | Required |
Endpoint URLendpoint | text | The API endpoint URL for the agent | Required |
Credentialcredential | secret | The credential used to authenticate with the agent | Optional |
Store raw messagesstoreRawMessages | boolean | When enabled, raw agent messages will be stored for debugging purposes | Required |
Monthly Duration Budget (minutes)durationBudgetMinutes | integer | Maximum total investigation/mitigation duration allowed per calendar month. Leave empty for unlimited. | Optional |
Strict Budget EnforcementstrictBudget | boolean | When enabled, the budget filter blocks dispatch if exceeded. When disabled, proceeds with a warning event. | Required |