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 | 
|---|---|
| (ALPHA) Delete automation from any workspace within the organization | |
| (ALPHA) Delete multiple automations across workspaces for centralized management Deletes multiple automations identified by their IDs from any workspace within the organization. | |
| (ALPHA) List automations across the organization for centralized management | |
| (ALPHA) Pause automation from any workspace within the organization | |
| (ALPHA) Pause multiple automations across workspaces for centralized management Pauses multiple automations identified by their IDs from any workspace within the organization. | |
| (ALPHA) Resume automation from any workspace within the organization | |
| (ALPHA) Resume multiple automations across workspaces for centralized management Resumes multiple automations identified by their IDs from any workspace within the organization. | |
| (ALPHA) Unsubscribe from automation from any workspace within the organization | |
| (ALPHA) Unsubscribe from multiple automations across workspaces for centralized management Unsubscribes from multiple automations identified by their IDs from any workspace within the organization. |