List Security Rules
Retrieves all available security rules.
Parameters
Parameter | Description |
---|---|
Location | The type of location to access. |
Virtual System | Which virtual system or device group to access. |
Example Output
{
"@status": "success",
"@code": "19",
"result": {
"@total-count": "1",
"@count": "1",
"entry": [
{
"@name": "test-rule",
"@uuid": "fc691296-dec9-474d-9002-6ee665ca9a2b",
"@location": "vsys",
"@vsys": "vsys1",
"action": "allow",
"application": {
"member": [
"any"
]
},
"destination": {
"member": [
"any"
]
},
"from": {
"member": [
"any"
]
},
"service": {
"member": [
"any"
]
},
"source": {
"member": [
"any"
]
},
"source-user": {
"member": [
"any"
]
},
"to": {
"member": [
"any"
]
}
}
]
}
}
Workflow Library Example
List Security Rules with Palo Alto Firewall and Send Results Via Email
Preview this Workflow on desktop