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