Kitaru

InsightResponse

Insight response.

Attributes

attributeiduuid.UUID
= Field(description='Insight id.')
attributeagent_iduuid.UUID
= Field(description='Agent the insight belongs to.')
attributeimport_iduuid.UUID | None
= Field(default=None, description='Import whose sessions produced the insight.')
attributeanalyzer_version_iduuid.UUID | None
= Field(default=None, description='Analyzer version that produced the insight.')
attributeanalyzer_paramsdict[str, JsonValue] | None
= Field(default=None, description='Params the analyzer ran with.')
attributenamestr
= Field(description='Insight name.')
attributetitlestr
= Field(description='Insight title.')
attributedescriptionstr | None
= Field(description='Insight description.')
attributedataInsightData
= Field(description='Insight data.')
attributemetadatadict[str, JsonValue]
= Field(description='Arbitrary metadata.')

On this page