v1

latestSwagger 2.0Apache 2.02026-07-17171644.0 KB
Sysmon

Get memory metrics

Retrieves memory usage metrics for a specific poller within a time range

get/pollers/{id}/sysmon/memory

Path parameters

idstring required

Poller ID

Query parameters

startstring

Start time in RFC3339 format (default: 24h ago)

endstring

End time in RFC3339 format (default: now)

Response

Memory metrics data grouped by timestamp

timestampstring

Example response

[
  {
    "memory": {
      "timestamp": "2025-04-24T14:15:22Z",
      "total_bytes": 17179869184,
      "used_bytes": 4294967296
    }
  }
]