Returns a list of metrics and a corresponding list of granularities for each metric.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Optional |
An associative array of parameters that can have the following keys:
|
Returns
Type |
Description |
---|---|
A |
Examples
Describe all metric collection types.
// Instantiate the class $as = new AmazonAS(); $response = $as->describe_metric_collection_types(); // Success? var_dump($response->isOK());Result:
bool(true)
Related Methods
Source
Method defined in services/as.class.php | Toggle source view (6 lines) | View on GitHub