Metadata associated with your host.

Hierarchy

  • HostMeta

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
agentChecks?: any[][]

A list of Agent checks running on the host.

agentVersion?: string

The Datadog Agent version.

cpuCores?: number

The number of cores.

fbsdV?: any[]

An array of Mac versions.

gohai?: string

JSON string containing system information.

installMethod?: HostMetaInstallMethod

Agent install method.

macV?: any[]

An array of Mac versions.

machine?: string

The machine architecture.

nixV?: any[]

Array of Unix versions.

platform?: string

The OS platform.

processor?: string

The processor.

pythonV?: string

The Python version.

socketFqdn?: string

The socket fqdn.

socketHostname?: string

The socket hostname.

winV?: any[]

An array of Windows versions.

Generated using TypeDoc