ForcePilot/backend/server/routers/external_systems
Kris ba798a9bb5 feat(routers): add external systems management module and its sub routers
新增外部系统限界上下文的完整路由体系,包含聚合路由层与23个子领域路由,覆盖外部系统全生命周期管理、健康检查、指标监控、审计日志、Token管理、通知渠道、回收站等功能,并将外部系统路由挂载到全局API前缀下。
2026-06-20 22:16:07 +08:00
..
__init__.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
access_rule_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
adapter_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
alert_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
asset_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
audit_log_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
auth_plugin_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
dashboard_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
environment_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
execution_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
health_check_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
import_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
integration_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
integration_tool_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
metric_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
notification_channel_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
quota_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
secret_rotation_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
system_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
test_case_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
token_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
tool_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
trash_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
webhook_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00