anatools.anaclient.api.services module¶
Services API calls.
- addWorkspaceServices(self, workspaceId, serviceIds)¶
- createService(self, organizationId, serviceTypeId, name, description=None, volumes=None, instance=None, tags=None)¶
- createServiceJob(self, workspaceId, serviceId, name, description, payload)¶
- deleteService(self, serviceId)¶
- deleteServiceJob(self, jobId)¶
- deployService(self, serviceId)¶
- editService(self, serviceId, name=None, description=None, volumes=None, instance=None, tags=None)¶
- getInstanceTypes(self)¶
- getServiceDeployment(self, deploymentId)¶
- getServiceJobs(self, workspaceId, serviceId, limit=100, cursor=None, filters={}, fields=None)¶
- getServiceTypes(self, fields=None)¶
- getServices(self, organizationId=None, workspaceId=None, serviceId=None, limit=100, cursor=None, filters={}, fields=None)¶
- getWorkspaceServiceCredentials(self, workspaceId)¶
- removeWorkspaceServices(self, workspaceId, serviceIds)¶