View source: R/cloudwatch_operations.R
cloudwatch_describe_anomaly_detectors | R Documentation |
Lists the anomaly detection models that you have created in your account. For single metric anomaly detectors, you can list all of the models in your account or filter the results to only the models that are related to a certain namespace, metric name, or metric dimension. For metric math anomaly detectors, you can list them by adding METRIC_MATH
to the AnomalyDetectorTypes
array. This will return all metric math anomaly detectors in your account.
See https://www.paws-r-sdk.com/docs/cloudwatch_describe_anomaly_detectors/ for full documentation.
cloudwatch_describe_anomaly_detectors(
NextToken = NULL,
MaxResults = NULL,
Namespace = NULL,
MetricName = NULL,
Dimensions = NULL,
AnomalyDetectorTypes = NULL
)
NextToken |
Use the token returned by the previous operation to request the next page of results. |
MaxResults |
The maximum number of results to return in one operation. The maximum value that you can specify is 100. To retrieve the remaining results, make another call with the returned
|
Namespace |
Limits the results to only the anomaly detection models that are associated with the specified namespace. |
MetricName |
Limits the results to only the anomaly detection models that are associated with the specified metric name. If there are multiple metrics with this name in different namespaces that have anomaly detection models, they're all returned. |
Dimensions |
Limits the results to only the anomaly detection models that are associated with the specified metric dimensions. If there are multiple metrics that have these dimensions and have anomaly detection models associated, they're all returned. |
AnomalyDetectorTypes |
The anomaly detector types to request when using
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.