Class: DatadogAPIClient::V2::FleetAgentAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FleetAgentAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/fleet_agent_attributes.rb
Overview
Attributes of a Datadog Agent in the list view.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#agent_version ⇒ Object
The Datadog Agent version.
-
#api_key_name ⇒ Object
The API key name (if available and not redacted).
-
#api_key_uuid ⇒ Object
The API key UUID.
-
#cloud_provider ⇒ Object
The cloud provider where the agent is running.
-
#cluster_name ⇒ Object
Kubernetes cluster name (if applicable).
-
#datadog_agent_key ⇒ Object
The unique agent key identifier.
-
#enabled_products ⇒ Object
Datadog products enabled on the agent.
-
#envs ⇒ Object
Environments the agent is reporting from.
-
#first_seen_at ⇒ Object
Timestamp when the agent was first seen.
-
#hostname ⇒ Object
The hostname of the agent.
-
#ip_addresses ⇒ Object
IP addresses of the agent.
-
#is_single_step_instrumentation_enabled ⇒ Object
Whether single-step instrumentation is enabled.
-
#last_restart_at ⇒ Object
Timestamp of the last agent restart.
-
#os ⇒ Object
The operating system.
-
#otel_collector_version ⇒ Object
OpenTelemetry collector version (if applicable).
-
#otel_collector_versions ⇒ Object
List of OpenTelemetry collector versions (if applicable).
-
#pod_name ⇒ Object
Kubernetes pod name (if applicable).
-
#remote_agent_management ⇒ Object
Remote agent management status.
-
#remote_config_status ⇒ Object
Remote configuration status.
-
#services ⇒ Object
Services running on the agent.
-
#tags ⇒ Object
Tags associated with the agent.
-
#team ⇒ Object
Team associated with the agent.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
90 91 92 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 90 def additional_properties @additional_properties end |
#agent_version ⇒ Object
The Datadog Agent version.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 25 def agent_version @agent_version end |
#api_key_name ⇒ Object
The API key name (if available and not redacted).
28 29 30 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 28 def api_key_name @api_key_name end |
#api_key_uuid ⇒ Object
The API key UUID.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 31 def api_key_uuid @api_key_uuid end |
#cloud_provider ⇒ Object
The cloud provider where the agent is running.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 34 def cloud_provider @cloud_provider end |
#cluster_name ⇒ Object
Kubernetes cluster name (if applicable).
37 38 39 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 37 def cluster_name @cluster_name end |
#datadog_agent_key ⇒ Object
The unique agent key identifier.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 40 def datadog_agent_key @datadog_agent_key end |
#enabled_products ⇒ Object
Datadog products enabled on the agent.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 43 def enabled_products @enabled_products end |
#envs ⇒ Object
Environments the agent is reporting from.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 46 def envs @envs end |
#first_seen_at ⇒ Object
Timestamp when the agent was first seen.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 49 def first_seen_at @first_seen_at end |
#hostname ⇒ Object
The hostname of the agent.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 52 def hostname @hostname end |
#ip_addresses ⇒ Object
IP addresses of the agent.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 55 def ip_addresses @ip_addresses end |
#is_single_step_instrumentation_enabled ⇒ Object
Whether single-step instrumentation is enabled.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 58 def is_single_step_instrumentation_enabled @is_single_step_instrumentation_enabled end |
#last_restart_at ⇒ Object
Timestamp of the last agent restart.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 61 def last_restart_at @last_restart_at end |
#os ⇒ Object
The operating system.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 64 def os @os end |
#otel_collector_version ⇒ Object
OpenTelemetry collector version (if applicable).
67 68 69 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 67 def otel_collector_version @otel_collector_version end |
#otel_collector_versions ⇒ Object
List of OpenTelemetry collector versions (if applicable).
70 71 72 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 70 def otel_collector_versions @otel_collector_versions end |
#pod_name ⇒ Object
Kubernetes pod name (if applicable).
73 74 75 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 73 def pod_name @pod_name end |
#remote_agent_management ⇒ Object
Remote agent management status.
76 77 78 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 76 def remote_agent_management @remote_agent_management end |
#remote_config_status ⇒ Object
Remote configuration status.
79 80 81 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 79 def remote_config_status @remote_config_status end |
#services ⇒ Object
Services running on the agent.
82 83 84 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 82 def services @services end |
#tags ⇒ Object
Tags associated with the agent.
85 86 87 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 85 def @tags end |
#team ⇒ Object
Team associated with the agent.
88 89 90 |
# File 'lib/datadog_api_client/v2/models/fleet_agent_attributes.rb', line 88 def team @team end |