Skip to main content
GET
/
system
/
metricNames
Show available metric names
import requests

url = "https://{FUSION HOST}/api/system/metricNames"

response = requests.get(url)

print(response.json())
{}

Query Parameters

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

{key}
string[]