KnowledgeBaseVO

Updated at:
Copy as MD

Parameter

Type

Description

Example

object

The details of a knowledge base entry.

KnowledgeId

string

The unique ID of the knowledge base entry.

EntityId

integer

The ID of the related entity.

KnowledgeType

string

The type of the knowledge base entry.

ShowType

string

Specifies how the knowledge base entry is displayed.

Category

string

The category of the knowledge base entry.

Name

string

The name of the knowledge base entry.

Summary

string

The summary of the knowledge base entry.

OldSummary

string

The previous summary, used for comparison or history tracking.

Description

string

The description of the knowledge base entry.

OldDescription

string

The previous description, used for comparison or history tracking.

Expr

string

The rule or expression associated with the knowledge base entry.

InstanceName

string

The name of the database instance.

DbName

string

The name of the database.

TableName

string

The name of the table.

DbId

integer

The ID of the database.

Env

string

The environment where the resource resides.

GmtCreate

string

The time the entry was created, in yyyy-MM-ddTHH:mm:ssZ format.

LevelType

string

The severity level of the knowledge base entry.

ParseDesc

string

A structured version of the description, often in JSON format.

RelationType

string

The relationship type between this entry and other entities.

Confidence

number

A score from 0 to 1 that indicates the confidence level of the associated rule or finding.

ReasoningLogic

string

The reasoning for the knowledge base entry's conclusion.

IsDelete

boolean

Specifies whether the entry is marked for deletion. Valid values: true and false.