Location-Based Events
User can configure various alerts for each location. If an alert is configured at the parent location, the same alert configuration will be applied to the child location unless user has defined different alert configuration at the child location. The location-based events call configure specific event (Alert) on the specified location.
User can configure the following types of events :
- Connection failure
- Poor App performance
- Association
- Traffic Volume
- Latency
- System
- Client Connectivity Test
JSON Table
Attribute | Data Type | Description |
---|---|---|
policyCreatedAtLocId | application/json | The location ID where policy was created. The value is of the type Location ID JSON. |
policyType | enum | Policy type used to identify policy, for event configuration it is EVENT_CONFIGURATION_POLICY. |
eventTypes | application/json | Event configuration information defined for all minor types. |
eventTypes/majorType | enum | The three broad categories of events. The applicable values are:
|
eventTypes/category | int | The applicable values are:
|
eventTypes/minorType | int | |
eventTypes/minorTypeParams | application/json | Event configuration parameter for each configuration. |
eventTypes/minorTypeParams/configId | long | Unique identifier for configuration, -1 or 0 signifies new configuration. |
eventTypes/minorTypeParams/mncConfigId | ||
eventTypes/minorTypeParams/modified | boolean | A true or false value indicating whether the attribute used to represent configuration needs to modified or not. |
eventTypes/minorTypeParams/mncEventConfigOperation | ||
eventTypes/minorTypeParams/minorTypeAttributeValues | List of MinorTypeAttribute | List of configuration parameters. |
eventTypes/minorTypeParams/minorTypeAttributeValues/minorTypeAttributeId | enum | |
eventTypes/minorTypeParams/minorTypeAttributeValues/minorTypeAttributeValue | String | |
eventTypes/notify | boolean | |
eventTypes/vulnerable | boolean | |
eventTypes/displayEvent | boolean | |
eventTypes/sendMail | boolean | |
eventTypes/severityLevel | String |
Copy Sample JSON
Sample JSON
{ "policyCreatedAtLocId": { "type": "locallocationid", "id": 0 }, "policyType": "EVENT_CONFIGURATION_POLICY", "eventTypes": [ { "majorType": "SECURITY", "category": 51, "minorType": 386, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 51, "minorType": 613, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SYSTEM", "category": 71, "minorType": 274, "minorTypeParams": null, "notify": true, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SYSTEM", "category": 72, "minorType": 276, "minorTypeParams": null, "notify": true, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SYSTEM", "category": 70, "minorType": 303, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SYSTEM", "category": 70, "minorType": 327, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SYSTEM", "category": 71, "minorType": 430, "minorTypeParams": null, "notify": true, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SYSTEM", "category": 71, "minorType": 491, "minorTypeParams": null, "notify": true, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SYSTEM", "category": 71, "minorType": 492, "minorTypeParams": null, "notify": true, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SYSTEM", "category": 72, "minorType": 341, "minorTypeParams": null, "notify": true, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SYSTEM", "category": 71, "minorType": 990, "minorTypeParams": null, "notify": true, "vulnerable": false, "displayEvent": true, "sendMail": true, "severityLevel": "LOW" }, { "majorType": "SYSTEM", "category": 72, "minorType": 275, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SYSTEM", "category": 72, "minorType": 422, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SYSTEM", "category": 72, "minorType": 423, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SYSTEM", "category": 72, "minorType": 494, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SYSTEM", "category": 70, "minorType": 450, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SYSTEM", "category": 70, "minorType": 795, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SYSTEM", "category": 72, "minorType": 506, "minorTypeParams": null, "notify": true, "vulnerable": false, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "SYSTEM", "category": 72, "minorType": 507, "minorTypeParams": null, "notify": true, "vulnerable": false, "displayEvent": true, "sendMail": true, "severityLevel": "LOW" }, { "majorType": "SYSTEM", "category": 72, "minorType": 533, "minorTypeParams": null, "notify": true, "vulnerable": false, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "SYSTEM", "category": 71, "minorType": 535, "minorTypeParams": null, "notify": true, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SYSTEM", "category": 72, "minorType": 994, "minorTypeParams": null, "notify": true, "vulnerable": false, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "SYSTEM", "category": 70, "minorType": 997, "minorTypeParams": null, "notify": true, "vulnerable": false, "displayEvent": true, "sendMail": true, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 59, "minorType": 281, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 59, "minorType": 600, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 59, "minorType": 340, "minorTypeParams": null, "notify": true, "vulnerable": true, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 59, "minorType": 779, "minorTypeParams": null, "notify": true, "vulnerable": true, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 59, "minorType": 516, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 51, "minorType": 301, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 51, "minorType": 306, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 52, "minorType": 499, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 265, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 266, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 299, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 51, "minorType": 614, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 51, "minorType": 615, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 66, "minorType": 361, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 66, "minorType": 498, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 66, "minorType": 323, "minorTypeParams": null, "notify": true, "vulnerable": true, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 66, "minorType": 798, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 66, "minorType": 799, "minorTypeParams": null, "notify": true, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 66, "minorType": 508, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 66, "minorType": 780, "minorTypeParams": null, "notify": true, "vulnerable": true, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 66, "minorType": 991, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 66, "minorType": 800, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 66, "minorType": 992, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 61, "minorType": 610, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 61, "minorType": 791, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 61, "minorType": 792, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 61, "minorType": 517, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 51, "minorType": 785, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 51, "minorType": 606, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 51, "minorType": 783, "minorTypeParams": null, "notify": true, "vulnerable": true, "displayEvent": true, "sendMail": true, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 51, "minorType": 515, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 66, "minorType": 607, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 66, "minorType": 608, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 66, "minorType": 609, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 66, "minorType": 611, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 66, "minorType": 612, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 66, "minorType": 603, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 66, "minorType": 330, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 66, "minorType": 796, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 60, "minorType": 602, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 60, "minorType": 906, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 60, "minorType": 264, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 60, "minorType": 788, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 258, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 259, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 604, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 52, "minorType": 392, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 52, "minorType": 251, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 252, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 253, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 254, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 255, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 256, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 257, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 260, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 261, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 262, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 263, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "WIFI", "category": 89, "minorType": 1018, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "WIFI", "category": 88, "minorType": 1019, "minorTypeParams": [ { "configId": 3, "mncConfigId": 0, "modified": false, "mncEventConfigOperation": null, "minorTypeAttributeValues": [ { "minorTypeAttributeId": "SCHEDULED_CLIENT_CONNECTIVITY_SCHEDULE_ID", "minorTypeAttributeValue": "0" }, { "minorTypeAttributeId": "SCHEDULED_CLIENT_CONNECTIVITY_SCHEDULE_NAME", "minorTypeAttributeValue": "" } ] } ], "notify": true, "vulnerable": false, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "WIFI", "category": 89, "minorType": 1020, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 52, "minorType": 391, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 65, "minorType": 601, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 65, "minorType": 820, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 65, "minorType": 502, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 65, "minorType": 989, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 69, "minorType": 490, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 69, "minorType": 826, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 69, "minorType": 831, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 69, "minorType": 834, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 53, "minorType": 268, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 53, "minorType": 400, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 53, "minorType": 605, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "LOW" }, { "majorType": "SECURITY", "category": 53, "minorType": 269, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 53, "minorType": 537, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 62, "minorType": 500, "minorTypeParams": null, "notify": false, "vulnerable": true, "displayEvent": true, "sendMail": false, "severityLevel": "HIGH" }, { "majorType": "SECURITY", "category": 62, "minorType": 318, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 62, "minorType": 319, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SECURITY", "category": 62, "minorType": 534, "minorTypeParams": null, "notify": true, "vulnerable": true, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "SYSTEM", "category": 71, "minorType": 999, "minorTypeParams": null, "notify": true, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SYSTEM", "category": 71, "minorType": 1001, "minorTypeParams": null, "notify": true, "vulnerable": false, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "SYSTEM", "category": 71, "minorType": 1007, "minorTypeParams": null, "notify": true, "vulnerable": false, "displayEvent": true, "sendMail": false, "severityLevel": "MEDIUM" }, { "majorType": "SYSTEM", "category": 72, "minorType": 1021, "minorTypeParams": null, "notify": true, "vulnerable": false, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "WIFI", "category": 84, "minorType": 1013, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": false, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "WIFI", "category": 85, "minorType": 1014, "minorTypeParams": null, "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "WIFI", "category": 87, "minorType": 1015, "minorTypeParams": null, "notify": true, "vulnerable": false, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "WIFI", "category": 87, "minorType": 1016, "minorTypeParams": [ { "configId": 4, "mncConfigId": 0, "modified": false, "mncEventConfigOperation": null, "minorTypeAttributeValues": [ { "minorTypeAttributeId": "NO_OF_ASSOCIATION_AT_COUNT", "minorTypeAttributeValue": "100" } ] } ], "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" }, { "majorType": "WIFI", "category": 86, "minorType": 1017, "minorTypeParams": [ { "configId": 7, "mncConfigId": 0, "modified": false, "mncEventConfigOperation": null, "minorTypeAttributeValues": [ { "minorTypeAttributeId": "AVERAGE_LATENCY_COUNT", "minorTypeAttributeValue": "1" }, { "minorTypeAttributeId": "AVERAGE_LATENCY_COUNT_UNIT", "minorTypeAttributeValue": "AVERAGE_LATENCY_UNIT_MILLISECONDS" }, { "minorTypeAttributeId": "AVERAGE_LATENCY_NAME", "minorTypeAttributeValue": "AVERAGE_LATENCY_TYPE_DHCP_LATENCY" }, { "minorTypeAttributeId": "AVERAGE_LATENCY_SSID", "minorTypeAttributeValue": "" }, { "minorTypeAttributeId": "AVERAGE_LATENCY_FREQUENCY_BAND", "minorTypeAttributeValue": "LATENCY_FREQUENCY_BAND_2_4_GHZ" } ] } ], "notify": false, "vulnerable": false, "displayEvent": true, "sendMail": true, "severityLevel": "HIGH" } ] }
API Calls
/V5/configuration/locationbased/events
/V5/configuration/locationbased/events
/V5/configuration/locationbased/events
/V5/configuration/locationbased/events