Retrieve a list of all policies or policies with optional filtering.
External DocumentationTo learn more, visit the Bluecat Edge documentation.

Parameters

ParameterDescription
Domain List IDA domain list ID to filter associated policies by.
Site Group IDA site group ID to filter associated policies by.
Site IDA site ID to filter associated policies by.

Example Output

[
	{
		"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"
		]
	}
]

Workflow Library Example

List Policies with Bluecat Edge and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop