/metrics/{metricId}
GET
Available Since: 3.6
Retrieve a specific metric.
Parameters
| name | description | type | default | 
|---|---|---|---|
| metricId | The ID of the metric to retrieve. | path | 
Response Body
| result: | metric | 
| media types: | application/xml application/json | 
The retrieved metric.
Status Codes
| code | description | 
|---|---|
| 200 OK | Success | 
| 400 Bad Request | Invalid parameter | 
| 500 Internal Server Error | Internal error | 
| 404 Not Found | Metric not found | 
