anatools.anaclient.api.channels module¶
Channels API calls.
- createManagedChannel(self, organizationId, name, description=None, volumes=None, instance=None, timeout=None, interfaceVersion=None)¶
- deleteManagedChannel(self, channelId)¶
- deployManagedChannel(self, channelId, alias=None)¶
- editManagedChannel(self, channelId, name=None, description=None, volumes=None, instance=None, timeout=None, status=None, interfaceVersion=None, preview=None)¶
- getChannelDeployment(self, deploymentId)¶
- getChannelDocumentation(self, channelId)¶
- getChannels(self, organizationId=None, workspaceId=None, channelId=None)¶
- getManagedChannels(self, organizationId, channelId=None)¶
- setChannelGraph(self, channelId, workspaceId, graphId=None, stagedGraphId=None)¶
- uploadChannelDocumentation(self, channelId, keys=[])¶