List Destination Lists
List all destination lists.
External Documentation
To learn more, visit the Cisco Umbrella documentation.
Parameters
Parameter | Description |
---|---|
Limit | Limit the number of elements on the response. |
Page | The 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
Preview this Workflow on desktop