Class: DatadogAPIClient::V2::AutomationRuleActionType

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseEnumModel

included