Object representing a host.

Hierarchy

  • Host

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
aliases?: string[]

Host aliases collected by Datadog.

apps?: string[]

The Datadog integrations reporting metrics for the host.

awsName?: string

AWS name of your host.

hostName?: string

The host name.

id?: number

The host ID.

isMuted?: boolean

If a host is muted or unmuted.

lastReportedTime?: number

Last time the host reported a metric data point.

meta?: HostMeta

Metadata associated with your host.

metrics?: HostMetrics

Host Metrics collected.

muteTimeout?: number

Timeout of the mute applied to your host.

name?: string

The host name.

sources?: string[]

Source or cloud provider associated with your host.

tagsBySource?: {
    [key: string]: string[];
}

List of tags for each source (AWS, Datadog Agent, Chef..).

Type declaration

  • [key: string]: string[]
up?: boolean

Displays UP when the expected metrics are received and displays ??? if no metrics are received.

Generated using TypeDoc