Option to filter metrics since the given time ago
-24h
Option to set the time window to group metrics
1h
GET /v2/agents/{agentID}/metrics_over_time_by_plugin HTTP/1.1
Host: cloud-api.calyptia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
OK
{
"inputs": [
{
"instance": "storage_backlog.3",
"metrics": {
"bytes": [
{
"time": "2025-06-20T17:20:31.048Z",
"value": 1
}
],
"records": [
{
"time": "2025-06-20T17:20:31.048Z",
"value": 1
}
]
}
}
],
"filters": [
{
"instance": "storage_backlog.3",
"metrics": {
"bytes": [
{
"time": "2025-06-20T17:20:31.048Z",
"value": 1
}
],
"records": [
{
"time": "2025-06-20T17:20:31.048Z",
"value": 1
}
]
}
}
],
"outputs": [
{
"instance": "storage_backlog.3",
"metrics": {
"bytes": [
{
"time": "2025-06-20T17:20:31.048Z",
"value": 1
}
],
"records": [
{
"time": "2025-06-20T17:20:31.048Z",
"value": 1
}
]
}
}
]
}