Parameter | Description |
---|---|
Domain List ID | A domain list ID to filter associated policies by. |
Site Group ID | A site group ID to filter associated policies by. |
Site ID | A site ID to filter associated policies by. |
[
{
"id": "id",
"timestamp": "unix timestamp ms",
"name": "name",
"description": "description",
"appliedTo": [
{
"type": "siteName",
"name": "name"
}
],
"domain": [
{
"type": "list",
"listId": "dns-list-id"
}
],
"action": {
"type": "trust | block | monitor"
},
"exceptionDomainLists": [
{
"type": "list",
"listId": "dns-list-id"
}
],
"active": "true | false",
"sourceIps": {
"type": "INCLUDE | EXCLUDE",
"ranges": [
"192.168.0.1",
"1.2.3.4"
]
},
"timeRanges": [
{
"start": "01:00",
"end": "20:00",
"days": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday"
]
}
],
"queryTypes": [
"15",
"A"
],
"redirectTarget": "valid FQDN domain",
"threats": [
{
"type": "DGA"
},
{
"type": "DNS_Tunneling"
}
],
"matchAnswer": "true | false",
"matchAuthority": "true | false",
"matchResponseIpListIds": [
"IPList1"
],
"exceptionResponseIpListIds": [
"IPList2"
]
}
]
Was this page helpful?