Get Security Rule
Retrieves information about an existing security rule.
Basic Parameters
Parameter | Description |
---|---|
Name | The name of the resource. |
Advanced 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
Get Security Rule with Palo Alto Firewall and Send Results Via Email
Preview this Workflow on desktop