lightsail_get_container_service_metric_data {paws.compute} | R Documentation |
Returns the data points of a specific metric of your Amazon Lightsail container service
Description
Returns the data points of a specific metric of your Amazon Lightsail container service.
See https://www.paws-r-sdk.com/docs/lightsail_get_container_service_metric_data/ for full documentation.
Usage
lightsail_get_container_service_metric_data(
serviceName,
metricName,
startTime,
endTime,
period,
statistics
)
Arguments
serviceName |
[required] The name of the container service for which to get metric data. |
metricName |
[required] The metric for which you want to return information. Valid container service metric names are listed below, along with the most useful statistics to include in your request, and the published unit value.
|
startTime |
[required] The start time of the time period. |
endTime |
[required] The end time of the time period. |
period |
[required] The granularity, in seconds, of the returned data points. All container service metric data is available in 5-minute (300 seconds) granularity. |
statistics |
[required] The statistic for the metric. The following statistics are available:
|