Python
import requests url = "https://{FUSION HOST}/api/system/resolve" response = requests.get(url) print(response.json())
Resolve a Uniform Resource Name (URN).
The URN to resolve.
Was this page helpful?