Skip to content
Snippets Groups Projects

CE-2876: Load host status asynchronously in host table

Merged Domonkos Gulyas requested to merge CE-2876_Load-host-status-async into develop
@@ -3,24 +3,18 @@
@@ -3,24 +3,18 @@
"hostId": "MjE5MV9mYWxzZQ",
"hostId": "MjE5MV9mYWxzZQ",
"assigned": true,
"assigned": true,
"status": "AVAILABLE",
"status": "AVAILABLE",
"alerts": [
"alerts": []
{
"type": "WARNING",
"message": "Host has exceeded the maximum number of IOCs (20).",
"link": null
},
{
"type": "ERROR",
"message": "The host is under attack by hackers.",
"link": null
}
]
},
},
{
{
"hostId": "MjIwNV9mYWxzZQ",
"hostId": "MjIwNV9mYWxzZQ",
"assigned": true,
"assigned": true,
"status": "AVAILABLE",
"status": "AVAILABLE",
"alerts": [
"alerts": [
 
{
 
"type": "ERROR",
 
"message": "The host is under attack by hackers.",
 
"link": null
 
},
{
{
"type": "WARNING",
"type": "WARNING",
"message": "Prometheus exporters cannot be found (IOC and host details cannot be acquired)",
"message": "Prometheus exporters cannot be found (IOC and host details cannot be acquired)",
Loading