v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-01-0926145.0 KB
KVM

Get traffic log

Get the 10-minute traffic measurements for the specified KVM server.

get/api/kvm/{internal_id}/traffic/log

Path parameters

internal_idstring required

internal_id of the KVM server

Response

Successful traffic log retrieval

object required

Example response

{
  "status": "success",
  "message": "current traffic log for June in MB is displayed below",
  "data": {
    "month": "JUNE",
    "log": [
      {
        "date": "2024-05-31T22:01:11.285Z",
        "in": 1.681,
        "out": 0.0349
      }
    ]
  }
}