List Security Rules
List security rules.
Parameters
Parameter | Description |
---|---|
Folder | The folder on which you want to perform this operation. |
Limit | The maximum number of result objects to return per page. |
Name | The name of the entry. |
Offset | The offset of the result entry. |
Position | The position of a security rule. |
Return All Pages | Automatically 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
Preview this Workflow on desktop