listeners、providers、entrypoints、recipes 与 global。
接口
认证
使用会话 Cookie 认证,或携带Authorization: Bearer <api-key>。PUT 方法需要管理员角色。
GET 响应
object
当前的 router 配置。
PUT 请求体
array
绑定地址与端口。
array
required
provider 定义。
array
required
虚拟模型映射。
array
required
路由配方。
object
required
全局设置。
PUT 响应
boolean
新配置是否被接受并应用。