GET
/
system
/
metrics
Get all system metrics
curl --request GET \
  --url https://{FUSION HOST}/api/system/metrics
{
  "metricRegistry": {
    "metrics": {},
    "names": [
      "<string>"
    ],
    "gauges": {},
    "counters": {},
    "histograms": {},
    "meters": {},
    "timers": {}
  },
  "metricsList": {},
  "pretty": true,
  "rateUnit": "NANOSECONDS",
  "durationUnit": "NANOSECONDS",
  "showSamples": true
}

Query Parameters

pretty
boolean

True to format the data for easier reading.

rateUnit
string

The time unit ('seconds', 'minutes', and so on) to display rates.

durationUnit
string

The time unit ('seconds', 'minutes', and so on) to display durations.

showSamples
boolean

True to display the data values used in calculations.

pattern
string

A regular expression to find all configuration items that contain matching strings.

prefix
string

Match all configuration items that start with the specified string.

Response

200 - application/json

successful operation

The response is of type object.