Python
import requests url = "https://{FUSION HOST}/api/configurations/{key}" response = requests.get(url) print(response.text)
"<string>"
Display the specified configuration item.
A configuration item key.
successful operation
The response is of type string.
string
Was this page helpful?