import requests
url = "https://{FUSION HOST}/api/index-stages/schema"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.get(url, headers=headers)
print(response.text){}Use this endpoint to discover existing index stage types and their configuration schemas.
import requests
url = "https://{FUSION HOST}/api/index-stages/schema"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.get(url, headers=headers)
print(response.text){}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
OK
Configuration properties.
Show child attributes
string, number, integer, boolean, object, array, null, ref Show child attributes
Configuration properties.
Show child attributes
string, number, integer, boolean, object, array, null, ref Show child attributes
string, number, integer, boolean, object, array, null, ref Show child attributes
Configuration properties.
Show child attributes
string, number, integer, boolean, object, array, null, ref Show child attributes
string, number, integer, boolean, object, array, null, ref Show child attributes
string, number, integer, boolean, object, array, null, ref Was this page helpful?