Class
Fog::Rackspace::Monitoring::DataPoints
In:
lib/fog/rackspace/models/monitoring/data_points.rb
Parent:
Fog::Collection
Methods
all
fetch
new
Public Instance methods
all
()
fetch
(options={})
Fetch the datapoints for a metric
Parameters
options<~Hash> - optional paramaters
from<~Integer> - timestamp in milliseconds
to<~Integer> - timestamp in milliseconds
points<~Integer> - Number of points to
fetch
resolution<~String> - Should be one of :full, :min5, :min20, :min60, :min240, :min1440
select<~Array> - Should be an array of :average, :max, :min, :variance
Returns
datapoints<~Fog::Rackspace::Monitoring::Datapoints>:
new
(attributes = {})
[Validate]