Skip to main content
GET
/
index-stages
/
{type}
/
metrics
Get metrics about the specified stage
import requests

url = "http://api/apollo/index-stages/{type}/metrics"

response = requests.get(url)

print(response.text)
{}

Path Parameters

type
string
required

The stage type

Response

200 - application/json

successful operation

{key}
object