Event Management- Sub Event Metadata
This subevent metadata gives us the details of the threats that might attack from the major list comprising of System, Security and performance.
JSON Table
Attribute | Data Type | Description |
---|---|---|
histMinorType | long | The minor type associated with the sub event. The minor type is a sub set of one of the following major types: Security, System and Performance. |
histDescription | String | Description of the sub event. |
histType | int | Category of the sub event. |
Copy Sample JSON
Sample JSON
[{ "0": { "histMinorType": 0, "histDescription": "Event Occurred.", "histType": 2 }, "1": { "histMinorType": 1, "histDescription": "Event Started.", "histType": 2 }, "2": { "histMinorType": 2, "histDescription": "Event Expired.", "histType": 2 }, "3": { "histMinorType": 3, "histDescription": "Authorized AP [%1$s] with SSID [%2$s] on network [%3$s] is not following the policy for the Authorized WLAN setup. The AP may not match the policy for multiple reasons: [%4$s].", "histType": 2 }, "4": { "histMinorType": 4, "histDescription": "New settings on Authorized AP [%1$s] are policy compliant.", "histType": 2 }, "5": { "histMinorType": 5, "histDescription": "Authorized AP [%1$s] is broadcasting SSID [%2$s].", "histType": 2 }, "6": { "histMinorType": 6, "histDescription": "Device [%1$s] is operating on channel [%2$d].", "histType": 2 }, "7": { "histMinorType": 7, "histDescription": "Rogue AP [%1$s] with SSID [%2$s] on network [%3$s] is not following the policy for the Authorized WLAN setup. The AP may not match the policy for multiple reasons: [%4$s].", "histType": 2 }, "8": { "histMinorType": 8, "histDescription": "New settings on Rogue AP [%1$s] are policy compliant.", "histType": 2 }, "9": { "histMinorType": 9, "histDescription": "AP [%1$s] is advertising SSID [%2$s].", "histType": 2 }, "10": { "histMinorType": 10, "histDescription": "Sensor/Network Detector [%1$s] has disconnected from the Server.", "histType": 2 }, ... ... ... }]
API Calls
/V5/events/subevents/metadata