ForcePilot/backend/server/routers/external_systems
Kris aabde54f2e refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束
1. 为所有查询参数添加max_length长度限制,规范参数输入范围
2. 使用Literal类型替换普通字符串参数,限定合法取值范围
3. 为路径参数添加Path校验,确保ID参数合法有效
4. 优化请求体参数的声明,补充缺失的Body注解和校验规则
5. 统一分页参数的offset/limit使用方式,替换旧的page/page_size模式
2026-07-04 00:16:45 +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 refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +08:00
adapter_router.py refactor(routers): 整理并新增多组渠道相关路由功能 2026-07-02 03:29:06 +08:00
alert_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +08:00
asset_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +08:00
audit_log_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +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 refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +08:00
environment_router.py refactor(routers): 整理并新增多组渠道相关路由功能 2026-07-02 03:29:06 +08:00
execution_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +08:00
health_check_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +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 refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +08:00
integration_tool_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +08:00
metric_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +08:00
notification_channel_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +08:00
quota_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +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 refactor(routers): 整理并新增多组渠道相关路由功能 2026-07-02 03:29:06 +08:00
test_case_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +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 refactor(routers): 整理并新增多组渠道相关路由功能 2026-07-02 03:29:06 +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 refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +08:00