NSX-T Data Center REST API

LoginLogoutEventCollection (type)

{
  "additionalProperties": false,
  "description": "Collection of Login/Logout events reported to Policy",
  "id": "LoginLogoutEventCollection",
  "module_id": "PolicyIdfwLoginLogoutEvents",
  "properties": {
    "login_logout_events": {
      "items": {
        "$ref": "LoginLogoutEventMap"
      },
      "required": true,
      "title": "Set of user to IP address pair",
      "type": "array"
    }
  },
  "title": "Login/Logout event Collection",
  "type": "object"
}