Channel service
Channel service is accessing for time series data storage channel management when it is associated with the device.
To access the stream data stored in the channel, use Stream service(see Stream service).
List channel(s)
Endpoint
URI | HTTP Method |
---|---|
https://m.thingscale.io/v2/channel/<CHANNEL_ID> | GET |
Parameters
Create channel
Endpoint
URI | HTTP Method |
---|---|
https://m.thingscale.io/v2/channel/<CHANNEL_ID> | POST |
Parameters
Update channel
Endpoint
URI | HTTP Method |
---|---|
https://m.thingscale.io/v2/channel/<CHANNEL_ID> | PUT |
Parameters
Delete channel
Endpoint
URI | HTTP Method |
---|---|
https://m.thingscale.io/v2/channel/<CHANNEL_ID> | DELETE |