Files
TJWaterServerBinary/.github/skills/platform/governance-observability/audit/SKILL.md
T
2026-03-27 13:05:22 +08:00

29 lines
762 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: api-operations-platform-governance-observability-audit
description: platform/governance-observability 场景下 audit 操作接口。
version: 1.0.0
---
# 何时使用
当你只需要处理 **audit** 相关接口时,使用本技能。
# 输入要求
- 可选:`BASE_URL`(默认 `http://127.0.0.1:8000`
- 可选:`AUTH_TOKEN`(按环境鉴权策略)
- 覆盖方法:`GET`
# 操作列表
- `GET /api/v1/audit/logs` - 查询审计日志
- `GET /api/v1/audit/logs/count` - 获取审计日志总数
- `GET /api/v1/audit/logs/my` - 查询我的审计日志
# See Also
- 关联场景: `../`
- 关联总览: `../../../SKILL.md`
- 关联身份权限: `../../business/identity-access`
- 关联SCADA操作: `../../analytics/scada-operations`