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
Optional
options: ApiCallOptionsDeletes a specific data alerting task.
Deletes a specific data alerting task.
The alerting task identifier.
Optional
options: ApiCallOptionsDeletes a specific data alerting task execution.
Deletes a specific data alerting task execution.
The alerting task identifier.
The execution identifier.
Optional
options: ApiCallOptionsReturns the details of a specific data alert task.
Returns the details of a specific data alert task.
The alerting task identifier.
Optional
options: ApiCallOptionsRetrieves the condition associated with a data alerting task.
Retrieves the condition associated with a data alerting task.
The alerting task identifier.
Optional
options: 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
Optional
options: 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.
Optional
options: 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
Optional
conditionId?: stringFilter by condition id related to the executions.
Optional
conditionStatus?: "FAILED" | "FINISHED" | "ALL"Filter by whether the alerting task execution status is FINISHED or FAILED.
Optional
daysOfMonth?: number[]Specifies required days of the month that the execution was created in
Optional
daysOfWeek?: (Specifies a filter for custom handled periods of time in which the executions were handled
Optional
fields?: (Specifies specific properties to be populated
Optional
includeEvaluation?: booleanSpecifies whether to include evaluation details
Optional
lastEachDay?: booleanSpecifies whether to only show the last execution in each day
Optional
limit?: numberLimit the returned result set
Optional
minimumGapDays?: numberSpecifies the number of days required between each entry. This should require a sort by triggertime
Optional
next?: stringThe cursor to the next page of data. Only one of next or previous may be specified.
Optional
offset?: numberOffset for pagination - how many elements to skip
Optional
prev?: stringThe cursor to the previous page of data. Only one of next or previous may be specified.
Optional
searchResultsLimit?: numberSpecifies a limit number for the search query, affects total count and is not related to pagination
Optional
since?: stringSpecifies a date that executions should have been created after. Date in RFC3339Nano format, such as 2020-01-01T00:00:00.000Z
Optional
sort?: ("triggertime" | "-triggertime" | "+triggertime")[]Sort the returned result set by the specified field
Optional
timezone?: stringSpecifies a timezone the other time-based filters in this query should consider. Expecting a momentjs format, such as America/Los_Angeles
Optional
triggered?: booleanFilter by whether the alerting task is triggered.
Optional
until?: stringSpecifies a date that executions should have been created before. Date in RFC3339Nano format, such as 2020-01-01T00:00:00.000Z
Optional
options: ApiCallOptionsThe alerting task identifier.
an object with query parameters
The period by which the stats aggregation needs to be performed.
Optional
options: 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
Optional
groups?: string[]The name of the groups you would like to filter by
Optional
sort?: ("+userID" | "-userID" | "subscribed" | "+subscribed")[]Sort the returned result set by the specified field
Optional
subscribed?: booleanSubscribed property you would like to filter by
Optional
userID?: stringThe recipients ID you would like to filter by
Optional
options: 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
Optional
appID?: stringThe app ID you would like to filter by
Optional
conditionId?: stringThe conditionId you would like to filter by
Optional
limit?: numberLimit the returned result set
Optional
next?: stringThe cursor to the next page of data. Only one of next or previous may be specified.
Optional
offset?: numberOffset for finding a list of entities - used for pagination
Optional
ownerId?: stringThe id of the owner you would like to filter by
Optional
ownerName?: stringThe name of the owner you would like to filter by
Optional
prev?: stringThe cursor to the previous page of data. Only one of next or previous may be specified.
Optional
role?: ("owner" | "recipient" | "notowner")[]The role you would like to filter by
Optional
sort?: (Sort the returned result set by the specified field
Optional
status?: ("INVALID_RECIPIENT" | "INVALID_OWNER" | "DISABLED" | "VALID")[]The status you would like to filter by
Optional
options: ApiCallOptionsRetrieves the current settings for data alerts.
Retrieves the current settings for data alerts.
Optional
options: 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
Optional
options: 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
Optional
options: ApiCallOptionsCreates a new data alerting task trigger action.
Creates a new data alerting task trigger action.
an object with the body content
Optional
options: 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
Optional
options: ApiCallOptions
Clears the cache for data-alerts api requests.