Metrics REST Endpoints

Metrics
Query metric data/metadata
Get data points for numeric metric(s) over time
Method: get
Path: http://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/metricTimeSeries
Get latest values for the metrics in the group
Method: get
Path: http://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/metricGroups/{metricGroupName}/latestData
Get metric group details for a target
Method: get
Path: http://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/metricGroups/{metricGroupName}
Get metric groups for the target
Method: get
Path: http://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/metricGroups