anatools.anaclient.api.channels module

Channels API calls.

createChannel(self, organizationId, name, description=None, volumes=None, instance=None, timeout=None, interfaceVersion=None)
deleteChannel(self, channelId, organizationId=None)
deployChannel(self, channelId, alias=None)
editChannel(self, channelId, name=None, description=None, volumes=None, instance=None, timeout=None, status=None, interfaceVersion=None, preview=None)
getChannelDeployment(self, deploymentId)
getChannelDocumentation(self, channelId)
getChannelSchema(self, channelId)
getChannels(self, organizationId=None, workspaceId=None, channelId=None, limit=100, cursor=None, filters={}, fields=None)
getNodeDocumentation(self, channelId, node, fields=None)
uploadChannelDocumentation(self, channelId, keys=[])