Attributes of a unified host, combining data from agent and agentless sources.

Hierarchy

  • CsmUnifiedHostAttributes

Constructors

Properties

accountId?: string

The ID of the cloud account that the host belongs to. Present only when the host was discovered through agentless scanning.

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
agentCsmVmContainersEnabled?: boolean

Whether CSM Vulnerabilities is enabled for containers through the Datadog Agent. true if enabled; false if disabled.

agentCsmVmHostsEnabled?: boolean

Whether CSM Vulnerabilities is enabled for hosts through the Datadog Agent. true if enabled; false if disabled.

agentCwsEnabled?: boolean

Whether CSM Threats is enabled for this host through the Datadog Agent. true if enabled; false if disabled.

agentPostureManagement?: boolean

Whether CSM Misconfigurations is enabled for this host through the Datadog Agent. true if enabled; false if disabled.

agentVersion?: string

The version of the Datadog Agent running on this host.

agentlessPostureManagement?: boolean

Whether CSM Misconfigurations is enabled for this host via agentless scanning. true if enabled; false if disabled.

agentlessVulnerabilityScanning?: boolean

Whether CSM Vulnerabilities is enabled for this host via agentless scanning. true if enabled; false if disabled.

cloudProvider?: CsmCloudProvider

The cloud provider of a host resource.

clusterName?: string

The name of the Kubernetes cluster the host belongs to, if applicable.

datadogAgentKey?: string

The Datadog Agent key associated with this host. Present only for agent-sourced hosts.

env?: string[]

The list of environment tags associated with this host.

hostId?: number

The internal Datadog host identifier. Present only for agent-sourced hosts.

installMethodTool?: string

The tool used to install the Datadog Agent on this host.

os?: string

The operating system of the host. Present only for agent-sourced hosts.

The type of cloud resource for an agentless host.

The source of a unified host entry, indicating whether it was discovered via agent, agentless scanning, or both.

Generated using TypeDoc