Class: DatadogAPIClient::V2::CaseInsight

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/case_insight.rb

Overview

A reference to an external Datadog resource that provides investigative context for a case, such as a security signal, monitor alert, error tracking issue, or incident.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v2/models/case_insight.rb', line 33

def additional_properties
  @additional_properties
end

#refObject

The URL path or deep link to the insight resource within Datadog (for example, /monitors/12345?q=total).



25
26
27
# File 'lib/datadog_api_client/v2/models/case_insight.rb', line 25

def ref
  @ref
end

#resource_idObject

The unique identifier of the referenced Datadog resource (for example, a monitor ID, incident ID, or signal ID).



28
29
30
# File 'lib/datadog_api_client/v2/models/case_insight.rb', line 28

def resource_id
  @resource_id
end

#typeObject

The type of Datadog resource linked to the case as contextual evidence. Each type corresponds to a different Datadog product signal (for example, a security finding, a monitor alert, or an incident).



31
32
33
# File 'lib/datadog_api_client/v2/models/case_insight.rb', line 31

def type
  @type
end