IWorkspaceAutomationService
Home > @gooddata/sdk-backend-spi > IWorkspaceAutomationService
IWorkspaceAutomationService interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
This service provides access to workspace automations.
Signature:
export interface IWorkspaceAutomationService
Methods
Method | Description |
---|---|
createAutomation(automation, options) | (ALPHA) Create new automation |
deleteAutomation(id) | (ALPHA) Delete automation |
getAutomation(id, options) | (ALPHA) Get atuomation by id |
getAutomations(options) | (ALPHA) Get all automations |
getAutomationsQuery() | (ALPHA) List automations |
unsubscribeAutomation(id) | (ALPHA) Unsubscribe automation |
updateAutomation(automation, options) | (ALPHA) Update existing automation |