GoDoxy

Get system info

GET
/metrics/system_info

Get system info

Query Parameters

agentAddr?string
agentName?string
aggregate?string
Value in"cpu_average" | "memory_usage" | "memory_usage_percent" | "disks_read_speed" | "disks_write_speed" | "disks_iops" | "disk_usage" | "network_speed" | "network_transfer" | "sensor_temperature"
period?string
Value in"5m" | "15m" | "1h" | "1d" | "1mo"

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/metrics/system_info"
{
  "data": [
    {
      "property1": null,
      "property2": null
    }
  ],
  "total": 0
}