Get Relational Database Metric Data

POST {{aws_lightsail_base_url}}/?endTime&metricName&period&relationalDatabaseName&startTime&statistics&unit&Version=2016-11-28

Request Params

KeyDatatypeRequiredDescription
endTimenullThe end of the time interval from which to get metric data.
metricNamenullThe name of the metric data to return.
periodnullThe granularity, in seconds, of the returned data points.
relationalDatabaseNamenullThe name of your database from which to get metric data.
startTimenullThe start of the time interval from which to get metric data.
statisticsnullThe array of statistics for your metric data request.
unitnullThe unit for the metric data request.
VersionstringThe version of the API.

Request Body

{"endTime"=>42, "metricName"=>"string", "period"=>42, "relationalDatabaseName"=>"string", "startTime"=>42, "statistics"=>["string"], "unit"=>"string"}