{
"host": {
"cpu_usage_percent": 0,
"memory_used_mb": 0,
"qga_running_guests": [
"string"
],
"root_partition_used_capacity_mb": 0,
"storage_stats": [
{
"actual_capacity_used_mb": 0,
"capacity_mb": 0,
"storage_id": "string"
}
],
"with_data": true
}
}curl --location --request POST 'https://example.com:30888/hosts//ping' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": {
"cpu_usage_percent": 0,
"memory_used_mb": 0,
"qga_running_guests": [
"string"
],
"root_partition_used_capacity_mb": 0,
"storage_stats": [
{
"actual_capacity_used_mb": 0,
"capacity_mb": 0,
"storage_id": "string"
}
],
"with_data": true
}
}'{}