Clears the cache for data-alerts api requests.
Creates a new data alerting task.
Creates a new data alerting task.
an object with the body content
Optionaloptions: ApiCallOptionsDeletes a specific data alerting task.
Deletes a specific data alerting task.
The alerting task identifier.
Optionaloptions: ApiCallOptionsDeletes a specific data alerting task execution.
Deletes a specific data alerting task execution.
The alerting task identifier.
The execution identifier.
Optionaloptions: ApiCallOptionsReturns the details of a specific data alert task.
Returns the details of a specific data alert task.
The alerting task identifier.
Optionaloptions: ApiCallOptionsRetrieves the condition associated with a data alerting task.
Retrieves the condition associated with a data alerting task.
The alerting task identifier.
Optionaloptions: ApiCallOptionsRetrieves a specific execution for the specified data alerting task.
Retrieves a specific execution for the specified data alerting task.
The alerting task identifier.
The execution identifier. If value is "latest", the latest execution will be returned
Optionaloptions: ApiCallOptionsRetrieves the content of an evaluation for a specified data alerting task execution.
Retrieves the content of an evaluation for a specified data alerting task execution.
The alerting task identifier.
The execution identifier.
Optionaloptions: ApiCallOptionsLists executions for the specified data alerting task.
Lists executions for the specified data alerting task.
The alerting task identifier.
an object with query parameters
OptionalconditionId?: stringFilter by condition id related to the executions.
OptionalconditionStatus?: "FAILED" | "FINISHED" | "ALL"Filter by whether the alerting task execution status is FINISHED or FAILED.
OptionaldaysOfMonth?: number[]Specifies required days of the month that the execution was created in
OptionaldaysOfWeek?: (Specifies a filter for custom handled periods of time in which the executions were handled
Optionalfields?: (Specifies specific properties to be populated
OptionalincludeEvaluation?: booleanSpecifies whether to include evaluation details
OptionallastEachDay?: booleanSpecifies whether to only show the last execution in each day
Optionallimit?: numberLimit the returned result set
OptionalminimumGapDays?: numberSpecifies the number of days required between each entry. This should require a sort by triggertime
Optionalnext?: stringThe cursor to the next page of data. Only one of next or previous may be specified.
Optionaloffset?: numberOffset for pagination - how many elements to skip
Optionalprev?: stringThe cursor to the previous page of data. Only one of next or previous may be specified.
OptionalsearchResultsLimit?: numberSpecifies a limit number for the search query, affects total count and is not related to pagination
Optionalsince?: stringSpecifies a date that executions should have been created after. Date in RFC3339Nano format, such as 2020-01-01T00:00:00.000Z
Optionalsort?: ("triggertime" | "-triggertime" | "+triggertime")[]Sort the returned result set by the specified field
Optionaltimezone?: stringSpecifies a timezone the other time-based filters in this query should consider. Expecting a momentjs format, such as America/Los_Angeles
Optionaltriggered?: booleanFilter by whether the alerting task is triggered.
Optionaluntil?: stringSpecifies a date that executions should have been created before. Date in RFC3339Nano format, such as 2020-01-01T00:00:00.000Z
Optionaloptions: ApiCallOptionsThe alerting task identifier.
an object with query parameters
The period by which the stats aggregation needs to be performed.
Optionaloptions: ApiCallOptionsRetrieve the recipient stats for a data alerting task.
Retrieve the recipient stats for a data alerting task.
The alerting task identifier.
an object with query parameters
Optionalgroups?: string[]The name of the groups you would like to filter by
Optionalsort?: ("+userID" | "-userID" | "subscribed" | "+subscribed")[]Sort the returned result set by the specified field
Optionalsubscribed?: booleanSubscribed property you would like to filter by
OptionaluserID?: stringThe recipients ID you would like to filter by
Optionaloptions: ApiCallOptionsRetrieves all data alert tasks accessible to the user. Users assigned the TenantAdmin or AnalyticsAdmin role can view all tasks.
Retrieves all data alert tasks accessible to the user. Users assigned the TenantAdmin or AnalyticsAdmin role can view all tasks.
an object with query parameters
OptionalappID?: stringThe app ID you would like to filter by
OptionalconditionId?: stringThe conditionId you would like to filter by
Optionallimit?: numberLimit the returned result set
Optionalnext?: stringThe cursor to the next page of data. Only one of next or previous may be specified.
Optionaloffset?: numberOffset for finding a list of entities - used for pagination
OptionalownerId?: stringThe id of the owner you would like to filter by
OptionalownerName?: stringThe name of the owner you would like to filter by
Optionalprev?: stringThe cursor to the previous page of data. Only one of next or previous may be specified.
Optionalrole?: ("owner" | "recipient" | "notowner")[]The role you would like to filter by
Optionalsort?: (Sort the returned result set by the specified field
Optionalstatus?: ("INVALID_RECIPIENT" | "INVALID_OWNER" | "DISABLED" | "VALID")[]The status you would like to filter by
Optionaloptions: ApiCallOptionsRetrieves the current settings for data alerts.
Retrieves the current settings for data alerts.
Optionaloptions: ApiCallOptionsUpdates one or more properties of a specific data alerting task.
Updates one or more properties of a specific data alerting task.
The alerting task identifier.
an object with the body content
Optionaloptions: ApiCallOptionsUpdates the settings for data alerts. User must be assigned the TenantAdmin role.
Updates the settings for data alerts. User must be assigned the TenantAdmin role.
an object with the body content
Optionaloptions: ApiCallOptionsCreates a new data alerting task trigger action.
Creates a new data alerting task trigger action.
an object with the body content
Optionaloptions: ApiCallOptionsValidates a new data alerting task. Current support includes validation for recipients only.
Validates a new data alerting task. Current support includes validation for recipients only.
an object with the body content
Optionaloptions: ApiCallOptions
Clears the cache for data-alerts api requests.