List all index stages
import requests
url = "https://{FUSION HOST}/api/index-stages/schema"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.get(url, headers=headers)
print(response.text){}List all index stages
Use this endpoint to discover existing index stage types and their configuration schemas.
GET
/
index-stages
/
schema
List all index stages
import requests
url = "https://{FUSION HOST}/api/index-stages/schema"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.get(url, headers=headers)
print(response.text){}Was this page helpful?
⌘I