View source: R/cloudwatch_operations.R
cloudwatch_get_metric_widget_image | R Documentation |
You can use the get_metric_widget_image
API to retrieve a snapshot graph of one or more Amazon CloudWatch metrics as a bitmap image. You can then embed this image into your services and products, such as wiki pages, reports, and documents. You could also retrieve images regularly, such as every minute, and create your own custom live dashboard.
See https://www.paws-r-sdk.com/docs/cloudwatch_get_metric_widget_image/ for full documentation.
cloudwatch_get_metric_widget_image(MetricWidget, OutputFormat = NULL)
MetricWidget |
[required] A JSON string that defines the bitmap graph to be retrieved. The string
includes the metrics to include in the graph, statistics, annotations,
title, axis limits, and so on. You can include only one For more information about the syntax of If any metric on the graph could not load all the requested data points, an orange triangle with an exclamation point appears next to the graph legend. |
OutputFormat |
The format of the resulting image. Only PNG images are supported. The default is
The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.