eventQueryResult element
Type: | apiEventQueryResult |
Example JSON
{
"totalResults" : ...,
"items" : [ {
"id" : "...",
"content" : "...",
"timeOccurred" : "...",
"timeReceived" : "...",
"category" : "UNKNOWN",
"severity" : "UNKNOWN",
"alert" : false,
"attributes" : [ {
"name" : "...",
"values" : [ "...", ... ]
}, ... ]
}, ... ]
}