A CSM Agent returned by the API.

Hierarchy

  • CsmAgentsAttributes

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
agentVersion?: string

Version of the Datadog Agent.

awsFargate?: string

AWS Fargate details.

clusterName?: string[]

List of cluster names associated with the Agent.

datadogAgent?: string

Unique identifier for the Datadog Agent.

ecsFargateTaskArn?: string

ARN of the ECS Fargate task.

envs?: string[]

List of environments associated with the Agent.

hostId?: number

ID of the host.

hostname?: string

Name of the host.

installMethodInstallerVersion?: string

Version of the installer used for installing the Datadog Agent.

installMethodTool?: string

Tool used for installing the Datadog Agent.

isCsmVmContainersEnabled?: boolean

Indicates if CSM VM Containers is enabled.

isCsmVmHostsEnabled?: boolean

Indicates if CSM VM Hosts is enabled.

isCspmEnabled?: boolean

Indicates if CSPM is enabled.

isCwsEnabled?: boolean

Indicates if CWS is enabled.

isCwsRemoteConfigurationEnabled?: boolean

Indicates if CWS Remote Configuration is enabled.

isRemoteConfigurationEnabled?: boolean

Indicates if Remote Configuration is enabled.

os?: string

Operating system of the host.

Generated using TypeDoc