Class: DatadogAPIClient::V2::SecurityMonitoringRuleQueryPayloadData
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::SecurityMonitoringRuleQueryPayloadData
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/security_monitoring_rule_query_payload_data.rb
 
Overview
Payload used to test the rule query.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #ddsource  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Source of the payload.
 - 
  
    
      #ddtags  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Tags associated with your data.
 - 
  
    
      #hostname  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the originating host of the log.
 - 
  
    
      #message  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message of the payload.
 - 
  
    
      #service  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the application or service generating the data.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      39 40 41  | 
    
      # File 'lib/datadog_api_client/v2/models/security_monitoring_rule_query_payload_data.rb', line 39 def additional_properties @additional_properties end  | 
  
#ddsource ⇒ Object
Source of the payload.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/security_monitoring_rule_query_payload_data.rb', line 25 def ddsource @ddsource end  | 
  
#ddtags ⇒ Object
Tags associated with your data.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/security_monitoring_rule_query_payload_data.rb', line 28 def @ddtags end  | 
  
#hostname ⇒ Object
The name of the originating host of the log.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/security_monitoring_rule_query_payload_data.rb', line 31 def hostname @hostname end  | 
  
#message ⇒ Object
The message of the payload.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/security_monitoring_rule_query_payload_data.rb', line 34 def @message end  | 
  
#service ⇒ Object
The name of the application or service generating the data.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/security_monitoring_rule_query_payload_data.rb', line 37 def service @service end  |