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

#agent_checksObject

A list of Agent checks running on the host.



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

def agent_checks
  @agent_checks
end

#agent_versionObject

The Datadog Agent version.



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

def agent_version
  @agent_version
end

#cpu_coresObject

The number of cores.



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

def cpu_cores
  @cpu_cores
end

#fbsd_vObject

An array of Mac versions.



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

def fbsd_v
  @fbsd_v
end

#gohaiObject

JSON string containing system information.



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

def gohai
  @gohai
end

#install_methodObject

Agent install method.



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

def install_method
  @install_method
end

#mac_vObject

An array of Mac versions.



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

def mac_v
  @mac_v
end

#machineObject

The machine architecture.



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

def machine
  @machine
end

#nix_vObject

Array of Unix versions.



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

def nix_v
  @nix_v
end

#platformObject

The OS platform.



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

def platform
  @platform
end

#processorObject

The processor.



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

def processor
  @processor
end

#python_vObject

The Python version.



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

def python_v
  @python_v
end

#socket_fqdnObject

The socket fqdn.



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

def socket_fqdn
  @socket_fqdn
end

#socket_hostnameObject

The socket hostname.



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

def socket_hostname
  @socket_hostname
end

#win_vObject

An array of Windows versions.



71
72
73
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 71

def win_v
  @win_v
end