Detailed information about a single integration.

Hierarchy

  • FleetIntegrationDetailsV2

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

Type of data collected, such as metrics or logs.

errorMessages?: string[]

Error messages if the integration has issues.

initConfig?: string

Initialization configuration (YAML format).

instanceConfig?: string

Instance-specific configuration (YAML format).

isCustomCheck?: boolean

Whether this is a custom integration.

isDefault?: boolean

Whether this is a default integration instance.

isInit?: boolean

Whether this integration configuration is an init config.

logConfig?: string

Log collection configuration (YAML format).

name?: string

Name of the integration instance.

podCount?: number

Number of pods running this integration. Absent from the response when the count is zero.

sourceIndex?: number

Index in the configuration file.

sourcePath?: string

Path to the configuration file.

type?: string

Integration type.

Generated using TypeDoc