频道
/api/channel endpoints.
目前仅用于http通道。
GET /api/channel/
获取所有通道。
参数
include_inactive
可空布尔值。
GET /api/channel/:id
获取一个通道。
参数
id
值必须是一个大于零的整数。
POST /api/channel/
创建一个通道。
参数
-
name
的值必须是非空字符串。 -
description
可以为空值的字符串。 -
type
必须是命名空间通道。例如:channel/http。 -
active
可以为空值的布尔值。 -
details
映射。
POST /api/channel/test
测试通道连接。
参数
-
type
必须是命名空间通道。例如:channel/http。 -
details
映射。
PUT /api/channel/:id
更新通道。
参数
-
id
值必须是一个大于零的整数。 -
name
可以为空值的字符串。 -
type
可以为空值的命名空间通道。例如:channel/http。 -
description
可以为空值的字符串。 -
details
可以为空值的映射。 -
active
可以为空值的布尔值。
阅读其他 Metabase 版本的文档。