Skip to contents

Retrieves a list of events about the activity of a cluster. This API is paginated. If there are more events to read, the response includes all the nparameters necessary to request the next page of events.

Usage

events_cluster(
  client,
  cluster_id,
  end_time = NULL,
  event_types = NULL,
  limit = NULL,
  offset = NULL,
  order = NULL,
  start_time = NULL
)

clustersEvents(
  client,
  cluster_id,
  end_time = NULL,
  event_types = NULL,
  limit = NULL,
  offset = NULL,
  order = NULL,
  start_time = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

cluster_id

Required. The ID of the cluster to retrieve events about.

end_time

The end time in epoch milliseconds.

event_types

An optional set of event types to filter on.

limit

The maximum number of events to include in a page of events.

offset

The offset in the result set.

order

The order to list events in; either 'ASC' or 'DESC'.

start_time

The start time in epoch milliseconds.

Value

data.frame with all of the response pages.