We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caffa99 commit fc46b1fCopy full SHA for fc46b1f
sqle/api/controller/v1/sql_manage.go
@@ -548,6 +548,7 @@ type AbnormalAuditPlanInstance struct {
548
InstanceName string `json:"instance_name" example:"MySQL"`
549
InstanceAuditPlanID uint `json:"instance_audit_plan_id"`
550
AbnormalStatusCode uint `json:"abnormal_status_code"`
551
+ TokenEXP int64 `json:"token_exp" example:"1747129752"`
552
}
553
554
// GetAbnormalInstanceAuditPlans get the instance of audit plan execution abnormal
0 commit comments