Skip to main content

List Security Rules

Retrieves all available security rules.

Parameters

ParameterDescription
LocationThe type of location to access.
Virtual SystemWhich 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

Workflow LibraryPreview this Workflow on desktop