Python
import requests url = "http://api/apollo/index-stages/instances" response = requests.get(url) print(response.text)
[ { "type": "<string>", "id": "<string>", "skip": false, "label": "<string>", "condition": "<string>" } ]
The stage type
successful operation
Was this page helpful?