/v1/aggregators/{aggregatorID}/pipelines_metrics
Option to filter metrics since the given time ago
Option to set the time window to group metrics
List of pipeline IDs.
OK
curl -L \ --url 'https://cloud-api.calyptia.com/v1/aggregators/{aggregatorID}/pipelines_metrics?pipeline_id=123e4567-e89b-12d3-a456-426614174000' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "ANY_ADDITIONAL_PROPERTY": { "data": { "measurements": { "ANY_ADDITIONAL_PROPERTY": { "plugins": { "ANY_ADDITIONAL_PROPERTY": { "metrics": { "ANY_ADDITIONAL_PROPERTY": [ { "time": "2025-02-09T20:26:54.264Z", "value": null } ] } } }, "totals": { "ANY_ADDITIONAL_PROPERTY": [ { "time": "2025-02-09T20:26:54.264Z", "value": null } ] } } } }, "error": null } }