Class: DatadogAPIClient::V1::Host
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::Host
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/host.rb
Overview
Object representing a host.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aliases ⇒ Object
Host aliases collected by Datadog.
-
#apps ⇒ Object
The Datadog integrations reporting metrics for the host.
-
#aws_name ⇒ Object
AWS name of your host.
-
#host_name ⇒ Object
The host name.
-
#id ⇒ Object
The host ID.
-
#is_muted ⇒ Object
If a host is muted or unmuted.
-
#last_reported_time ⇒ Object
Last time the host reported a metric data point.
-
#meta ⇒ Object
Metadata associated with your host.
-
#metrics ⇒ Object
Host Metrics collected.
-
#mute_timeout ⇒ Object
Timeout of the mute applied to your host.
-
#name ⇒ Object
The host name.
-
#sources ⇒ Object
Source or cloud provider associated with your host.
-
#tags_by_source ⇒ Object
List of tags for each source (AWS, Datadog Agent, Chef..).
-
#up ⇒ Object
Displays UP when the expected metrics are received and displays ‘???` if no metrics are received.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
66 67 68 |
# File 'lib/datadog_api_client/v1/models/host.rb', line 66 def additional_properties @additional_properties end |
#aliases ⇒ Object
Host aliases collected by Datadog.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/host.rb', line 25 def aliases @aliases end |
#apps ⇒ Object
The Datadog integrations reporting metrics for the host.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/host.rb', line 28 def apps @apps end |
#aws_name ⇒ Object
AWS name of your host.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/host.rb', line 31 def aws_name @aws_name end |
#host_name ⇒ Object
The host name.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/host.rb', line 34 def host_name @host_name end |
#id ⇒ Object
The host ID.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/host.rb', line 37 def id @id end |
#is_muted ⇒ Object
If a host is muted or unmuted.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/host.rb', line 40 def is_muted @is_muted end |
#last_reported_time ⇒ Object
Last time the host reported a metric data point.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/host.rb', line 43 def last_reported_time @last_reported_time end |
#meta ⇒ Object
Metadata associated with your host.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/host.rb', line 46 def @meta end |
#metrics ⇒ Object
Host Metrics collected.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/host.rb', line 49 def metrics @metrics end |
#mute_timeout ⇒ Object
Timeout of the mute applied to your host.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/host.rb', line 52 def mute_timeout @mute_timeout end |
#name ⇒ Object
The host name.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/host.rb', line 55 def name @name end |
#sources ⇒ Object
Source or cloud provider associated with your host.
58 59 60 |
# File 'lib/datadog_api_client/v1/models/host.rb', line 58 def sources @sources end |
#tags_by_source ⇒ Object
List of tags for each source (AWS, Datadog Agent, Chef..).
61 62 63 |
# File 'lib/datadog_api_client/v1/models/host.rb', line 61 def @tags_by_source end |
#up ⇒ Object
Displays UP when the expected metrics are received and displays ‘???` if no metrics are received.
64 65 66 |
# File 'lib/datadog_api_client/v1/models/host.rb', line 64 def up @up end |