Get an external dynamic list by ID.

Parameters

ParameterDescription
IDThe resource’s unique identifier.

Example Output

[
	{
		"id": "abcd-1234",
		"name": "string",
		"type": {
			"predefined_ip": {
				"description": "string",
				"exception_list": [
					"string"
				],
				"url": "string"
			}
		}
	}
]

Workflow Library Example

Get External Dynamic List with Prisma Access and Send Results Via Email

Preview this Workflow on desktop