Get External Dynamic List
Get an external dynamic list by ID.
Parameters
Parameter | Description |
---|---|
ID | The 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