Cisco Webex Modeling Rule

Modeling Rule

Cisco Webex Teams

Details

IDCisco Webex_ModelingRule
From Version8.15.0

Schema

cisco_webex_raw

Field Type Array?
actorId string
data string
id string
resource string
source_log_type string
type string
{
    "cisco_webex_raw": {
        "source_log_type": {
            "type": "string",
            "is_array": false
        },
        "id": {
            "type": "string",
            "is_array": false
        },
        "actorId": {
            "type": "string",
            "is_array": false
        },
        "data": {
            "type": "string",
            "is_array": false
        },
        "type": {
            "type": "string",
            "is_array": false
        },
        "resource": {
            "type": "string",
            "is_array": false
        }
    }
}