Python
import requests url = "https://{FUSION HOST}/api/features/{feature}" response = requests.get(url) print(response.json())
{ "name": "<string>", "defaults": {}, "callback": { "uri": "<string>", "method": "GET", "queryParams": {}, "headers": {}, "entity": {} } }
Fetch details about a feature.
The name of a feature.
successful operation
Show child attributes
Was this page helpful?