Class: DatadogAPIClient::V2::CaseInsight
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CaseInsight
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#ref ⇒ Object
readonly
The URL path or deep link to the insight resource within Datadog (for example,
/monitors/12345?q=total). -
#resource_id ⇒ Object
readonly
The unique identifier of the referenced Datadog resource (for example, a monitor ID, incident ID, or signal ID).
-
#type ⇒ Object
readonly
The type of Datadog resource linked to the case as contextual evidence.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#ref ⇒ Object
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_id ⇒ Object
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 |
#type ⇒ Object
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 |