Get Load Balancer Metric Data

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

Request Params

KeyDatatypeRequiredDescription
endTimenullThe end time of the period.
loadBalancerNamenullThe name of the load balancer.
metricNamenullThe metric about which you want to return information. Valid values are listed below, along with the most useful statistics to include in your request.
periodnullThe granularity, in seconds, of the returned data points.
startTimenullThe start time of the period.
statisticsnullAn array of statistics that you want to request metrics for. Valid values are listed below.
unitnullThe unit for the time period request. Valid values are listed below.
VersionstringThe version of the API.

Request Body

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