Python
import requests url = "https://{FUSION HOST}/api/system/metricNames" response = requests.get(url) print(response.text)
{}
For use with the ‘metric’ endpoint.
A regular expression to find all configuration items that contain matching strings.
Match all configuration items that start with the specified string.
successful operation
Was this page helpful?