GET /1/infrastructure/{metric}/period/{period}
Retrieves metrics related to your Algolia infrastructure, aggregated over a selected time window.
Access to this API is available as part of the Premium or Elevate plans.
You must authenticate requests with the x-algolia-application-id
and x-algolia-api-key
headers (using the Monitoring API key).
Servers
- https://status.algolia.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
metric |
String | Yes |
Metric to report. For more information about the individual metrics, see the description of the API response.
To include all metrics, use Possible values:
|
period |
String | Yes |
Period over which to aggregate the metrics:
Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.