PolicyIdsVmStats (type)

{
  "additionalProperties": false, 
  "description": "List of VMs on which a particular signature was detected with the count.", 
  "id": "PolicyIdsVmStats", 
  "module_id": "PolicyIDSMetrics", 
  "properties": {
    "count": {
      "description": "Number of unique VMs on which a particular signature was detected.", 
      "readonly": true, 
      "required": false, 
      "title": "Number of unique VMs", 
      "type": "integer"
    }, 
    "vm_list": {
      "description": "List of VM names  on which intrusions of that particular signature type were detected.", 
      "items": {
        "type": "string"
      }, 
      "readonly": true, 
      "required": false, 
      "title": "List of VM names", 
      "type": "array"
    }
  }, 
  "title": "List of VMs where signature was detected", 
  "type": "object"
}