Skip to main content

List Security Rules

List security rules.

Parameters

ParameterDescription
FolderThe folder on which you want to perform this operation.
LimitThe maximum number of result objects to return per page.
NameThe name of the entry.
OffsetThe offset of the result entry.
PositionThe position of a security rule.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
"data": [
{
"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"
]
}
],
"limit": 200,
"offset": 0,
"total": 0
}

Workflow Library Example

List Security Rules with Prisma Access and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop