NSX-T Data Center REST API

IdsUserStats (type)

{
  "additionalProperties": false,
  "description": "List of Users logged into VMs where intrusions of a given signature were detected.",
  "id": "IdsUserStats",
  "module_id": "IDSMetrics",
  "properties": {
    "count": {
      "description": "Number of unique users logged into VMs on which a particular signature was detected.",
      "readonly": true,
      "required": false,
      "title": "Number of unique users",
      "type": "integer"
    },
    "user_list": {
      "description": "List of users logged into VMs on which a particular signature was detected.",
      "items": {
        "type": "string"
      },
      "readonly": true,
      "required": false,
      "title": "List of users",
      "type": "array"
    }
  },
  "title": "List of Users",
  "type": "object"
}