Palo Alto Networks · Example Payload

Strata Cloud Manager Api Security Rule Request Example

Investigation configured rule analysis rule analysis and rule investigation malware applied.

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Strata Cloud Manager Api Security Rule Request Example is an example object payload from Palo Alto Networks, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namefromtosourcedestinationsource_userapplicationservicecategoryactionlog_settingprofile_settingdisableddescriptiontag

Example Payload

Raw ↑
{
  "name": "Remote Connector 10",
  "from": [
    "any"
  ],
  "to": [
    "any"
  ],
  "source": [
    "any"
  ],
  "destination": [
    "any"
  ],
  "source_user": [
    "jane.doe"
  ],
  "application": [
    "any"
  ],
  "service": [
    "application-default"
  ],
  "category": [
    "custom",
    "standard",
    "advanced"
  ],
  "action": "reset-both",
  "log_setting": "example-log_setting",
  "profile_setting": {
    "group": [
      "example-group_item",
      "example-group_item",
      "example-group_item"
    ]
  },
  "disabled": false,
  "description": "Investigation configured rule analysis rule analysis and rule investigation malware applied.",
  "tag": [
    "monitored",
    "pci-scope"
  ]
}