Eventum Logo

Eventum

InstanceInfo

Get Info

Information about app and host

GET
/instance/info

Response Body

application/json

curl -X GET "https://eventum.example.com/api/instance/info"
{
  "app_version": "2.0.0",
  "python_version": "3.13.2",
  "python_implementation": "CPython",
  "python_compiler": "Clang 19.1.6 ",
  "platform": "Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.35",
  "host_name": "huawei-laptop",
  "host_ip_v4": "127.0.1.1",
  "boot_timestamp": 1771324751,
  "cpu_count": 0,
  "cpu_frequency_mhz": 0,
  "cpu_percent": 0,
  "memory_total_bytes": 0,
  "memory_used_bytes": 0,
  "memory_available_bytes": 0,
  "network_sent_bytes": 0,
  "network_received_bytes": 0,
  "disk_written_bytes": 0,
  "disk_read_bytes": 0,
  "uptime": 0
}