Eventum Logo

Eventum

InstanceInfo

Get Info

Information about app and host

GET
/instance/info

Response Body

application/json

curl -X GET "https://loading/api/instance/info"
{
  "app_version": "2.7.0",
  "python_version": "string",
  "python_implementation": "string",
  "python_compiler": "string",
  "platform": "string",
  "host_name": "string",
  "host_ip_v4": "string",
  "boot_timestamp": 0,
  "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
}