Class: DatadogAPIClient::V2::FleetAgentAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_versionObject

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_nameObject

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_uuidObject

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_providerObject

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_nameObject

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_keyObject

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_productsObject

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

#envsObject

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_atObject

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

#hostnameObject

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_addressesObject

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_enabledObject

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_atObject

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

#osObject

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_versionObject

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_versionsObject

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_nameObject

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_managementObject

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_statusObject

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

#servicesObject

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

#tagsObject

Tags associated with the agent.



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

def tags
  @tags
end

#teamObject

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