curl --location --request GET '/api/v1/system/summary'
{
"by_runtime": {
"property1": 0,
"property2": 0
},
"by_status": {
"property1": 0,
"property2": 0
},
"enabled_plugins": 0,
"plugins": [
{
"enabled": true,
"name": "string",
"version": "string"
}
],
"total_plugins": 0,
"total_vms": 0
}