IOrganizationAutomationService
Home > @gooddata/sdk-backend-spi > IOrganizationAutomationService
IOrganizationAutomationService 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 organization-wide automations for centralized automation management. It allows managing automations across all workspaces within the organization.
Signature:
export interface IOrganizationAutomationService
Methods
Method | Description |
---|---|
deleteAutomation(id, workspaceId) | (ALPHA) Delete automation from any workspace within the organization |
deleteAutomations(automations) | (ALPHA) Delete multiple automations across workspaces for centralized management Deletes multiple automations identified by their IDs from any workspace within the organization. |
getAutomationsQuery(options) | (ALPHA) List automations across the organization for centralized management |
pauseAutomation(id, workspaceId) | (ALPHA) Pause automation from any workspace within the organization |
pauseAutomations(automations) | (ALPHA) Pause multiple automations across workspaces for centralized management Pauses multiple automations identified by their IDs from any workspace within the organization. |
resumeAutomation(id, workspaceId) | (ALPHA) Resume automation from any workspace within the organization |
resumeAutomations(automations) | (ALPHA) Resume multiple automations across workspaces for centralized management Resumes multiple automations identified by their IDs from any workspace within the organization. |