Resolve a URN
import requests
url = "https://{FUSION HOST}/api/system/resolve"
response = requests.get(url)
print(response.text)This response has no body data.Resolve a Uniform Resource Name (URN).
GET
/
system
/
resolve
Resolve a URN
import requests
url = "https://{FUSION HOST}/api/system/resolve"
response = requests.get(url)
print(response.text)This response has no body data.Query Parameters
The URN to resolve.
Response
200 - undefined
Was this page helpful?
⌘I