Palo Alto Networks · Example Payload

Prisma Cloud Compute Api Runtime Policy Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Prisma Cloud Compute Api Runtime Policy Example is an example object payload from Palo Alto Networks, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

rules

Example Payload

Raw ↑
{
  "rules": [
    {
      "name": "Primary Scanner 37",
      "collections": [
        "example-collections_item"
      ],
      "processes": {
        "effect": "ignore",
        "whitelist": [
          "example-whitelist_item"
        ],
        "blacklist": [
          "example-blacklist_item",
          "example-blacklist_item",
          "example-blacklist_item"
        ]
      },
      "network": {
        "effect": "block"
      },
      "filesystem": {
        "effect": "ignore"
      }
    },
    {
      "name": "Corporate Policy 46",
      "collections": [
        "example-collections_item",
        "example-collections_item"
      ],
      "processes": {
        "effect": "block",
        "whitelist": [
          "example-whitelist_item",
          "example-whitelist_item"
        ],
        "blacklist": [
          "example-blacklist_item",
          "example-blacklist_item"
        ]
      },
      "network": {
        "effect": "ignore"
      },
      "filesystem": {
        "effect": "ignore"
      }
    },
    {
      "name": "Remote Connector 13",
      "collections": [
        "example-collections_item",
        "example-collections_item"
      ],
      "processes": {
        "effect": "ignore",
        "whitelist": [
          "example-whitelist_item",
          "example-whitelist_item",
          "example-whitelist_item"
        ],
        "blacklist": [
          "example-blacklist_item",
          "example-blacklist_item"
        ]
      },
      "network": {
        "effect": "ignore"
      },
      "filesystem": {
        "effect": "alert"
      }
    }
  ]
}