[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Service/Amazon/Ec2/ -> CloudWatch.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 357 lines (18 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Service_Amazon_Ec2_CloudWatch:: (2 methods):
  getMetricStatistics()
  listMetrics()


Class: Zend_Service_Amazon_Ec2_CloudWatch  - X-Ref

An Amazon EC2 interface that allows yout to run, terminate, reboot and describe Amazon
Ec2 Instances.

getMetricStatistics(array $options)   X-Ref
Returns data for one or more statistics of given a metric

Note:
The maximum number of datapoints that the Amazon CloudWatch service will
return in a single GetMetricStatistics request is 1,440. If a request is
made that would generate more datapoints than this amount, Amazon CloudWatch
will return an error. You can alter your request by narrowing the time range
(StartTime, EndTime) or increasing the Period in your single request. You may
also get all of the data at the granularity you originally asked for by making
multiple requests with adjacent time ranges.

param: array $options            The options you want to get statistics for:

listMetrics($nextToken = null)   X-Ref
Return the Metrics that are aviable for your current monitored instances

param: string $nextToken     The NextToken parameter is an optional parameter
return: array



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1