List all destination lists.
External DocumentationTo learn more, visit the Cisco Umbrella documentation.

Parameters

ParameterDescription
LimitLimit the number of elements on the response.
PageThe page number to be returned.

Example Output

[
	{
		"id": 1234567,
		"organizationId": 2345678,
		"access": "allow",
		"isGlobal": true,
		"name": "Global Allow List",
		"thirdpartyCategoryId": 0,
		"createdAt": 1490206249,
		"modifiedAt": 1520476127,
		"isMspDefault": false,
		"markedForDeletion": false,
		"bundleTypeId": 2,
		"meta": {
			"destinationCount": 5,
			"domainCount": 5,
			"urlCount": 0,
			"ipv4Count": 0
		}
	}
]

Workflow Library Example

List Destination Lists with Cisco Umbrella and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop