Skip to main content
GET
/
spark
/
configurations
List existing Spark job configurations
import requests

url = "http://api/apollo/spark/configurations"

response = requests.get(url)

print(response.text)
[
  {
    "id": "<string>"
  }
]

Response

200 - application/json

successful operation

id
string