Class: DatadogAPIClient::V2::AutomationRuleActionType
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AutomationRuleActionType
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/automation_rule_action_type.rb
Overview
The type of automated action to perform when the rule triggers. EXECUTE_WORKFLOW runs a Datadog workflow; ASSIGN_AGENT assigns an AI agent to the case.
Constant Summary collapse
- EXECUTE_WORKFLOW =
"EXECUTE_WORKFLOW".freeze
- ASSIGN_AGENT =
"ASSIGN_AGENT".freeze