GetDNSPBlockedTrafficResponseModel_DNSRequest
Provides details about a requests that was blocked by the DNS Protection service.
Name | Description | Type | Additional Information |
---|---|---|---|
Timestamp |
The time when the DNS request was made. |
date |
None. |
HostName |
The hostname of the endpoint from which the domain was requested. |
string |
None. |
UserName |
The name of the user that requested the domain on the endpoint. |
string |
None. |
AgentVersion |
The version of the DNS Protection agent software installed on the endpoint from which the domain was requested. |
string |
None. |
SourceIp |
The source IP of the endpoint from which the domain was requested. |
string |
None. |
Domain |
The domain that was blocked. |
string |
None. |
DomainIps |
A list of IP addresses which were associated with the blocked domain at the time the request was logged. |
Collection of string |
None. |
CategoryIds |
A list of DNS Protection category identifiers which were assigned to the blocked domain at the time the request was logged. |
Collection of integer |
Call 'get categories' to get a list of available DNS Protection categories and their respective identifiers. |
BlockReasonId |
The identifier of the reason why the domain was blocked. |
integer |
Call 'get block reasons' to get a list of available block reasons and their respective identifiers. |