Python
import requests url = "http://api/apollo/index-stages/{type}/metrics" response = requests.get(url) print(response.text)
{}
The stage type
successful operation
Was this page helpful?