Class: DatadogAPIClient::V2::FleetAgentInfoDetails

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

Overview

Detailed information about a Datadog Agent.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



111
112
113
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 111

def additional_properties
  @additional_properties
end

#agent_versionObject

The Datadog Agent version.



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

def agent_version
  @agent_version
end

#api_key_nameObject

The API key name (if available and not redacted).



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

def api_key_name
  @api_key_name
end

#api_key_uuidObject

The API key UUID.



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

def api_key_uuid
  @api_key_uuid
end

#cloud_providerObject

The cloud provider where the agent is running.



34
35
36
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 34

def cloud_provider
  @cloud_provider
end

#cluster_nameObject

Kubernetes cluster name (if applicable).



37
38
39
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 37

def cluster_name
  @cluster_name
end

#datadog_agent_keyObject

The unique agent key identifier.



40
41
42
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 40

def datadog_agent_key
  @datadog_agent_key
end

#enabled_productsObject

Datadog products enabled on the agent.



43
44
45
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 43

def enabled_products
  @enabled_products
end

#envObject

Environments the agent is reporting from.



46
47
48
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 46

def env
  @env
end

#first_seen_atObject

Timestamp when the agent was first seen.



49
50
51
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 49

def first_seen_at
  @first_seen_at
end

#hostnameObject

The hostname of the agent.



52
53
54
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 52

def hostname
  @hostname
end

#hostname_aliasesObject

Alternative hostname list for the agent.



55
56
57
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 55

def hostname_aliases
  @hostname_aliases
end

#install_method_installer_versionObject

The version of the installer used.



58
59
60
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 58

def install_method_installer_version
  @install_method_installer_version
end

#install_method_toolObject

The tool used to install the agent.



61
62
63
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 61

def install_method_tool
  @install_method_tool
end

#ip_addressesObject

IP addresses of the agent.



64
65
66
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 64

def ip_addresses
  @ip_addresses
end

#is_single_step_instrumentation_enabledObject

Whether single-step instrumentation is enabled.



67
68
69
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 67

def is_single_step_instrumentation_enabled
  @is_single_step_instrumentation_enabled
end

#last_restart_atObject

Timestamp of the last agent restart.



70
71
72
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 70

def last_restart_at
  @last_restart_at
end

#osObject

The operating system.



73
74
75
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 73

def os
  @os
end

#os_versionObject

The operating system version.



76
77
78
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 76

def os_version
  @os_version
end

#otel_collector_versionObject

OpenTelemetry collector version (if applicable).



79
80
81
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 79

def otel_collector_version
  @otel_collector_version
end

#otel_collector_versionsObject

List of OpenTelemetry collector versions (if applicable).



82
83
84
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 82

def otel_collector_versions
  @otel_collector_versions
end

#otel_collectorsObject

OpenTelemetry collectors associated with the agent (if applicable).



85
86
87
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 85

def otel_collectors
  @otel_collectors
end

#pod_nameObject

Kubernetes pod name (if applicable).



88
89
90
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 88

def pod_name
  @pod_name
end

#python_versionObject

The Python version used by the agent.



91
92
93
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 91

def python_version
  @python_version
end

#regionObject

Regions where the agent is running.



94
95
96
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 94

def region
  @region
end

#remote_agent_managementObject

Remote agent management status.



97
98
99
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 97

def remote_agent_management
  @remote_agent_management
end

#remote_config_statusObject

Remote configuration status.



100
101
102
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 100

def remote_config_status
  @remote_config_status
end

#servicesObject

Services running on the agent.



103
104
105
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 103

def services
  @services
end

#tagsObject

Tags associated with the agent.



106
107
108
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 106

def tags
  @tags
end

#teamObject

Team associated with the agent.



109
110
111
# File 'lib/datadog_api_client/v2/models/fleet_agent_info_details.rb', line 109

def team
  @team
end