Get summary average
documentedGet the average uptime and response time for a check over a period.
GET /summary.average/{check_id}Summaryno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
Note: The Pingdom API v3.1 uses the base URL https://api.pingdom.com/api/3.1 and endpoints like /summary.average/{check_id}. Example usage is shown in Pingdom's API documentation/blog. ([pingdom.com](https://www.pingdom.com/blog/monitoring-a-restful-api-on-a-headless-cms-using-pingdom/?utm_source=openai))
npx -y keychains@latest curl "https://api.pingdom.com/api/3.1/summary.average/{{$check_id}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"