Pipelines metrics

Aggregator pipelines metrics (bulk)

GEThttps://cloud-api.calyptia.com/v1/aggregators/{aggregatorID}/pipelines_metrics
Authorization
Path parameters
aggregatorID*string (uuid)
Query parameters
Response

OK

Headers
Body
Other propertiesobject
Request
const response = await fetch('https://cloud-api.calyptia.com/v1/aggregators/{aggregatorID}/pipelines_metrics', {
    method: 'GET',
    headers: {
      "Authorization": "Bearer <token>"
    },
});
const data = await response.json();