Zoom Modeling Rule

Modeling Rule

Zoom

Details

IDZoom_ModelingRule
From Version6.10.0
TagsZoom

Schema

zoom_zoom_raw

Field Type Array?
action string
category_type string
client_type string
email string
event_type string
ip_address string
operation_detail string
operator string
time string
type string
version string
{
    "zoom_zoom_raw": {
        "time": {
            "type": "string",
            "is_array": false
        },
        "operator": {
            "type": "string",
            "is_array": false
        },
        "category_type": {
            "type": "string",
            "is_array": false
        },
        "operation_detail": {
            "type": "string",
            "is_array": false
        },
        "action": {
            "type": "string",
            "is_array": false
        },
        "email": {
            "type": "string",
            "is_array": false
        },
        "type": {
            "type": "string",
            "is_array": false
        },
        "ip_address": {
            "type": "string",
            "is_array": false
        },
        "client_type": {
            "type": "string",
            "is_array": false
        },
        "version": {
            "type": "string",
            "is_array": false
        },
        "event_type": {
            "type": "string",
            "is_array": false
        }
    }
}