Parameters

ParameterDescription
LocationThe type of location to access.
Virtual SystemWhich virtual system or device group to access.

Example Output

{    "@code": "19",    "@status": "success",    "result": {        "@count": "3",        "@total-count": "3",        "entry": [            {                "@location": "vsys",                "@name": "fqdn1",                "@vsys": "vsys1",                "fqdn": "www.test.com"            },            {                "@location": "vsys",                "@name": "Peer1",                "@vsys": "vsys1",                "ip-netmask": "172.0.0.1/24"            },            {                "@location": "vsys",                "@name": "Peer2renamed",                "@oldname": "Peer2",                "@vsys": "vsys1",                "ip-netmask": "200.0.0.1/24"            }        ]    }}

Workflow Library Example

List Address Objects with Palo Alto Firewall and Send Results Via Email

Preview this Workflow on desktop