Class: DatadogAPIClient::V1::HostMeta

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

Overview

Metadata associated with your host.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



69
70
71
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 69

def additional_properties
  @additional_properties
end

#agent_checksObject

A list of Agent checks running on the host.



25
26
27
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 25

def agent_checks
  @agent_checks
end

#agent_versionObject

The Datadog Agent version.



28
29
30
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 28

def agent_version
  @agent_version
end

#cpu_coresObject

The number of cores.



31
32
33
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 31

def cpu_cores
  @cpu_cores
end

#fbsd_vObject

An array of Mac versions.



34
35
36
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 34

def fbsd_v
  @fbsd_v
end

#gohaiObject

JSON string containing system information.



37
38
39
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 37

def gohai
  @gohai
end

#install_methodObject

Agent install method.



40
41
42
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 40

def install_method
  @install_method
end

#mac_vObject

An array of Mac versions.



43
44
45
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 43

def mac_v
  @mac_v
end

#machineObject

The machine architecture.



46
47
48
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 46

def machine
  @machine
end

#nix_vObject

Array of Unix versions.



49
50
51
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 49

def nix_v
  @nix_v
end

#platformObject

The OS platform.



52
53
54
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 52

def platform
  @platform
end

#processorObject

The processor.



55
56
57
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 55

def processor
  @processor
end

#python_vObject

The Python version.



58
59
60
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 58

def python_v
  @python_v
end

#socket_fqdnObject

The socket fqdn.



61
62
63
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 61

def socket_fqdn
  @socket_fqdn
end

#socket_hostnameObject

The socket hostname.



64
65
66
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 64

def socket_hostname
  @socket_hostname
end

#win_vObject

An array of Windows versions.



67
68
69
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 67

def win_v
  @win_v
end