Skip to contents

Returns a paginated list of anomaly detectors for a workspace with optional filtering by alias.

See https://www.paws-r-sdk.com/docs/prometheusservice_list_anomaly_detectors/ for full documentation.

Usage

prometheusservice_list_anomaly_detectors(
  workspaceId,
  alias = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

workspaceId

[required] The identifier of the workspace containing the anomaly detectors to list.

alias

Filters the results to anomaly detectors with the specified alias.

maxResults

The maximum number of results to return in a single call. Valid range is 1 to 1000.

nextToken

The pagination token to continue retrieving results.