Create a job configuration
import requests
url = "https://{FUSION HOST}/api/spark/configurations/app/{appId}"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.post(url, headers=headers)
print(response.text)Create a job configuration
Create a new Spark job configuration for a Fusion app.
POST
/
spark
/
configurations
/
app
/
{appId}
Create a job configuration
import requests
url = "https://{FUSION HOST}/api/spark/configurations/app/{appId}"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.post(url, headers=headers)
print(response.text)Was this page helpful?
⌘I