Return the Metric list that user has stored. You can get Statistics of checked Metric using GetMetricStatistics.
Following is list of parameters for this action.
Name | Description | Mandatory |
---|---|---|
Dimensions.member.N | Dimension list to be used for search. Data type: DimensionFilter list Length limitation: 0 ~ 10 items |
No |
MetricName | Metric name to be used for search. Data type: String Length limitation: 1 ~ 255 bytes Type limitation: Value consisting of only numbers can not be used. |
No |
Namespace | Namespace to be used for search. Data type: String Length limitation: 1 ~ 255 bytes Type limitation: Value consisting of only numbers can not be used. |
No |
NextToken | Token to check next data. Data type: String |
No |
see also Common Query Parameters
Following elements are structured in ListMetricsResult and returned.
Name | Description |
---|---|
Metrics | User’s Metric list Data type: Metric list |
NextToken | Token to check next data. Data type: String |
Following is list of errors for this action.
Error | Description | HTTP Status Code |
---|---|---|
InvalidParameterValue | Invalid input parameter | 400 |
see also Common Errors