Actions
List External Dynamic Lists
Lists external dynamic lists.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Location | Which virtual system or device group to access. |
| Location Type | The type of location to access. |
{
"@status": "success",
"@code": "19",
"result": {
"@count": "1",
"entry": [
{
"@name": "string",
"@location": "vsys",
"@vsys": "vsys1",
"type": {
"predefined-ip": {
"exception-list": {
"member": [
"string"
]
},
"description": "string",
"url": "string"
}
}
}
]
}
}
Was this page helpful?