审计改用日志搜索倒序,支持检索与无配额租户回退
CI / test (push) Successful in 31s

This commit is contained in:
2026-07-16 16:36:31 +08:00
parent b2252678dd
commit 8897c847a1
9 changed files with 824 additions and 218 deletions
+9
View File
@@ -1565,6 +1565,12 @@
"description": "单批目标条数,缺省 100,上限 200",
"name": "limit",
"in": "query"
},
{
"type": "string",
"description": "检索关键字(服务端全文匹配,支持 * 通配;仅首查生效)",
"name": "q",
"in": "query"
}
],
"responses": {
@@ -9432,6 +9438,9 @@
"items": {
"$ref": "#/definitions/oci-portal_internal_oci.AuditEvent"
}
},
"scannedThrough": {
"type": "string"
}
}
},