View source: R/lightsail_operations.R
lightsail_get_relational_database_metric_data | R Documentation |
Returns the data points of the specified metric for a database in Amazon Lightsail.
See https://www.paws-r-sdk.com/docs/lightsail_get_relational_database_metric_data/ for full documentation.
lightsail_get_relational_database_metric_data(
relationalDatabaseName,
metricName,
period,
startTime,
endTime,
unit,
statistics
)
relationalDatabaseName |
[required] The name of your database from which to get metric data. |
metricName |
[required] The metric for which you want to return information. Valid relational database metric names are listed below, along with the
most useful
|
period |
[required] The granularity, in seconds, of the returned data points. All relational database metric data is available in 1-minute (60 seconds) granularity. |
startTime |
[required] The start of the time interval from which to get metric data. Constraints:
|
endTime |
[required] The end of the time interval from which to get metric data. Constraints:
|
unit |
[required] The unit for the metric data request. Valid units depend on the metric
data being requested. For the valid units with each available metric,
see the |
statistics |
[required] The statistic for the metric. The following statistics are available:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.