List an app's resources
import requests
url = "https://{FUSION HOST}/api/links/app-context"
response = requests.get(url)
print(response.text)[
"<string>"
]Get the list of resources that belong to a Fusion app. Specify resourceType to filter resources by type.
GET
/
links
/
app-context
List an app's resources
import requests
url = "https://{FUSION HOST}/api/links/app-context"
response = requests.get(url)
print(response.text)[
"<string>"
]Query Parameters
A Fusion app ID, as app:<app-id>.
Resource type to filter by. Options include uploaded files, plugins, scripts, dashboards, and others.
Available options:
banana, driver:jdbc, file:js-index, file:js-query, file, unspecified, plugin:index-stage, plugin:query-stage Response
200 - application/json
successful operation
Was this page helpful?
⌘I