IAutomationMetadataObjectBase
Home > @gooddata/sdk-model > IAutomationMetadataObjectBase
IAutomationMetadataObjectBase 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.
Signature:
export interface IAutomationMetadataObjectBase 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| (ALPHA) (Optional) Alerting configuration of the automation. | |||
| { id?: Identifier; title?: string; } | (ALPHA) (Optional) Dashboard that automation is related to. | ||
| (ALPHA) (Optional) Details of the automation. | |||
| (ALPHA) (Optional) Evaluation mode for the automation. | |||
| (ALPHA) (Optional) Export definitions of the automation (attachments). | |||
| { status?: IAutomationLastRunStatus; executedAt?: string; traceId?: string; errorMessage?: string; } | (ALPHA) (Optional) Last run of the automation. | ||
| { widget?: string; filters?: string[]; visibleFilters?: IAutomationVisibleFilter[]; } | (ALPHA) (Optional) Additional metadata of the automation. | ||
| string | (ALPHA) (Optional) Target notificationChannel that automation will trigger. String with webhook (notificationChannel) id. | ||
| (ALPHA) (Optional) Recipients of the automation. | |||
| (ALPHA) (Optional) Schedule of the automation. Object with cron expression, timezone and first run timestamp. | |||
| (ALPHA) (Optional) State of the automation. | |||
| { id?: Identifier; title?: string; } | (ALPHA) (Optional) Workspace that automation is related to. |