NSX-T Data Center REST API

IdfwSystemStats (type)

{
  "additionalProperties": false,
  "description": "Identity Firewall statistics data.",
  "id": "IdfwSystemStats",
  "module_id": "IdentityFirewall",
  "properties": {
    "num_concurrent_users": {
      "description": "Number of concurrent logged on users (across VDI & RDSH).  Multiple logins by the same user is counted as 1.",
      "required": true,
      "title": "Number of concurrent logged on users (across VDI & RDSH)",
      "type": "int"
    },
    "num_user_sessions": {
      "description": "Number of active user sessions/logins in IDFW enabled compute collections (including both UP and DOWN hosts).  N sessions/logins by the same user is counted as n.",
      "required": true,
      "title": "Number of active user sessions/logins",
      "type": "int"
    }
  },
  "title": "Identity Firewall statistics data",
  "type": "object"
}