Retrieves information about an existing security rule.

Basic Parameters

ParameterDescription
NameThe name of the resource.

Advanced 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

Get Security Rule with Palo Alto Firewall and Send Results Via Email

Preview this Workflow on desktop