Version v0.52 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.
Channel
/api/channel endpoints.
Currently only used for http channels.
GET /api/channel/
Get all channels.
PARAMS:
include_inactivenullable boolean.
GET /api/channel/:id
Get a channel.
PARAMS:
idvalue must be an integer greater than zero.
POST /api/channel/
Create a channel.
PARAMS:
-
namevalue must be a non-blank string. -
descriptionnullable value must be a non-blank string. -
typeMust be a namespaced channel. E.g: channel/http. -
activenullable boolean. -
detailsmap.
POST /api/channel/test
Test a channel connection.
PARAMS:
-
typeMust be a namespaced channel. E.g: channel/http. -
detailsmap.
PUT /api/channel/:id
Update a channel.
PARAMS:
-
idvalue must be an integer greater than zero. -
namenullable value must be a non-blank string. -
typenullable Must be a namespaced channel. E.g: channel/http. -
descriptionnullable value must be a non-blank string. -
detailsnullable map. -
activenullable boolean.
Read docs for other versions of Metabase.