AlertApi: Alert operations

AlertApiR Documentation

Alert operations

Description

looker.Alert

Methods

create_alert Create an alert

delete_alert Delete an alert

enqueue_alert Enqueue an alert

get_alert Get an alert

search_alerts Search Alerts

update_alert Update an alert

update_alert_field Update select fields on an alert

Public fields

path

Stores url path of the request.

apiClient

Handles the client-server communication.

userAgent

Set the user agent of the request.

Active bindings

path

Stores url path of the request.

Methods

Public methods


Method new()

Usage
AlertApi$new(apiClient)

Method create_alert()

Usage
AlertApi$create_alert(body, ...)

Method delete_alert()

Usage
AlertApi$delete_alert(alert_id, ...)

Method enqueue_alert()

Usage
AlertApi$enqueue_alert(alert_id, force, ...)

Method get_alert()

Usage
AlertApi$get_alert(alert_id, ...)

Method search_alerts()

Usage
AlertApi$search_alerts(
  limit,
  offset,
  group_by,
  fields,
  disabled,
  frequency,
  condition_met,
  last_run_start,
  last_run_end,
  all_owners,
  ...
)

Method update_alert()

Usage
AlertApi$update_alert(alert_id, body, ...)

Method update_alert_field()

Usage
AlertApi$update_alert_field(alert_id, body, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
AlertApi$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.