Retrieve a list of all domain lists. Note: Lists with sourceType: user are retrieved without the dynamic option configuration information.
External DocumentationTo learn more, visit the Bluecat Edge documentation.

Example Output

[
	{
		"id": "662952c8-be70-4732-bd62-c9e4422fdb0a",
		"name": "Global Allow List",
		"description": "Sites to always allow",
		"domainCount": "110",
		"sourceType": "dynamic",
		"sourceConfiguration": {
			"hostName": "liszt.haus.org",
			"privateKey": "*****: '******'",
			"filePath": "/path/path",
			"port": 22,
			"tranferType": "rsyncSSH",
			"user": "SSH user",
			"publicHostKey": "public host key",
			"syncRate": 5,
			"lastSyncStatus": "SUCCESS | ERROR | IN_PROGRESS",
			"lastSyncTime": 12345,
			"lastSuccessSyncTime": 12345,
			"lastSyncErrorCode": "SYNC_INITIATE_ERROR"
		}
	}
]

Workflow Library Example

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