anatools.anaclient.api.editor module

Editor API calls.

createEditor(self, organizationId, workspaceId=None, serviceId=None, instance=None)
createRemoteDevelopment(self, channelId=None, channelVersion=None, instanceType=None, fields=None)
createSSHKey(self, name, key)
deleteEditor(self, editorId)
deleteRemoteDevelopment(self, editorSessionId, fields=None)
deleteSSHKey(self, name)
getEditors(self, organizationId=None, workspaceId=None, serviceId=None, editorId=None, cursor=None, limit=None, filters=None, fields=None)
getSSHKeys(self, fields=None)
inviteEditor(self, editorId, email)
inviteRemoteDevelopment(self, editorSessionId, email)
listRemoteDevelopment(self, organizationId=None, fields=None)
startEditor(self, editorId)
startRemoteDevelopment(self, editorSessionId, fields=None)
stopEditor(self, editorId)
stopRemoteDevelopment(self, editorSessionId, fields=None)