Get a security rule.

Parameters

ParameterDescription
IDThe resource’s unique identifier.

Example Output

[
	{
		"action": "string",
		"application": [
			"string"
		],
		"category": [
			"string"
		],
		"description": "string",
		"destination": [
			"string"
		],
		"destination_hip": [
			"string"
		],
		"disabled": true,
		"from": [
			"string"
		],
		"id": "abcd-1234",
		"log_setting": "string",
		"name": "string",
		"negate_destination": true,
		"negate_source": true,
		"profile_setting": {
			"group": [
				"string"
			]
		},
		"service": [
			"string"
		],
		"source": [
			"string"
		],
		"source_hip": [
			"string"
		],
		"source_user": [
			"string"
		],
		"tag": [
			"string"
		],
		"to": [
			"string"
		]
	}
]

Workflow Library Example

Get Security Rule with Prisma Access and Send Results Via Email

Preview this Workflow on desktop