/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 | Success | 
| 400 | Invalid parameter | 
| 500 | Internal error | 
| 404 | Metric not found |