| ||
| detail: element | attribute | value | ||
XML Example:<webReputationEvent> <detectionCategory>xsd:int</detectionCategory> <hostID>xsd:int</hostID> <hostName>xsd:string</hostName> <logTime>xsd:datetime</logTime> <origin>UNKNOWN | AGENT | GUESTAGENT | APPLIANCEAGENT | MANAGER</origin> <rank>xsd:int</rank> <riskLevel>xsd:int</riskLevel> <tags>xsd:string</tags> <targetIP>xsd:string</targetIP> <url>xsd:string</url> <webReputationEventID>xsd:long</webReputationEventID> </webReputationEvent> | JSON Example:{"webReputationEvent":
{
"detectionCategory": Number,
"hostID": Number,
"hostName": String,
"logTime": Date,
"origin": 'UNKNOWN' | 'AGENT' | 'GUESTAGENT' | 'APPLIANCEAGENT' | 'MANAGER',
"rank": Number,
"riskLevel": Number,
"tags": String,
"targetIP": String,
"url": String,
"webReputationEventID": Number,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| detectionCategory | xsd:int | false | false | CCCA detection source categories
| |
| hostID | xsd:int | false | false | The id of the host the event was recorded on
| |
| hostName | xsd:string | false | false | The host name of the event was recorded on
| |
| logTime | xsd:datetime | false | false | The time of the event as recorded by the agent.
| |
| origin | UNKNOWN | AGENT | GUESTAGENT | APPLIANCEAGENT | MANAGER | false | false | the location where the event originated
| |
| rank | xsd:int | false | false | Rank
| |
| riskLevel | xsd:int | false | false | The raw score of the url from 0-100, null if the url was blocked because it was blacklisted. Not currently used for anything
besides forwarding to syslog.
| |
| tags | xsd:string | false | false | the event's tags.
| |
| targetIP | xsd:string | false | false | CCCA detected target IP
| |
| url | xsd:string | false | false | The url that caused the event
| |
| webReputationEventID | xsd:long | false | false | The primary key of the event entry.
|
| ||
| detail: element | attribute | value | ||