Palo Alto Networks · Example Payload

Strata Cloud Manager Api Service List Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Top-level fields

dataoffsettotallimit

Example Payload

Raw ↑
{
  "data": [
    {
      "id": "18a690c4-396b-480f-b3af-9863c384003e",
      "name": "Remote Agent 29",
      "folder": "example-folder",
      "protocol": {
        "tcp": {
          "port": "example-port",
          "source_port": "example-source_port"
        },
        "udp": {
          "port": "example-port",
          "source_port": "example-source_port"
        }
      },
      "description": "Traffic applied and firewall malware suspicious suspicious configured.",
      "tag": [
        "critical-asset"
      ]
    },
    {
      "id": "39b700c7-719f-440a-80e9-b88da9a80515",
      "name": "Corporate Connector 56",
      "folder": "example-folder",
      "protocol": {
        "tcp": {
          "port": "example-port",
          "source_port": "example-source_port"
        },
        "udp": {
          "port": "example-port",
          "source_port": "example-source_port"
        }
      },
      "description": "And updated updated configured traffic alert security.",
      "tag": [
        "critical-asset",
        "production",
        "monitored"
      ]
    },
    {
      "id": "8b5d124e-0583-44e8-b127-6784788e3d92",
      "name": "Primary Gateway 52",
      "folder": "example-folder",
      "protocol": {
        "tcp": {
          "port": "example-port",
          "source_port": "example-source_port"
        },
        "udp": {
          "port": "example-port",
          "source_port": "example-source_port"
        }
      },
      "description": "Blocked and violation malware response allowed violation response security threat and configured blocked.",
      "tag": [
        "critical-asset"
      ]
    }
  ],
  "offset": 178,
  "total": 650,
  "limit": 400
}