Palo Alto Networks · Example Payload

Threat Vault Api Atp Report List Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Threat Vault Api Atp Report List Example is an example object payload from Palo Alto Networks, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

successdatatotaloffsetlimit

Example Payload

Raw ↑
{
  "success": false,
  "data": [
    {
      "id": "example-id",
      "sha256": "634db9cc3a06d3d88e72be2fa1592506e55bcbe4129a87f3e14e20f3cf0d2dd8",
      "status": "complete",
      "verdict": "malware",
      "create_time": "2025-11-20T07:10:14Z",
      "report": {
        "file_type": "advanced",
        "size": 687,
        "behaviors": [
          {},
          {}
        ],
        "network": {
          "dns_queries": [
            "example-dns_queries_item",
            "example-dns_queries_item"
          ],
          "http_requests": [
            "example-http_requests_item",
            "example-http_requests_item",
            "example-http_requests_item"
          ],
          "connections": [
            {},
            {},
            {}
          ]
        }
      }
    },
    {
      "id": "example-id",
      "sha256": "c20d89f1b489a80f1751e0cd3903d0170867473734d89468d39d845b10d3a6b3",
      "status": "error",
      "verdict": "malware",
      "create_time": "2024-04-27T00:11:48Z",
      "report": {
        "file_type": "advanced",
        "size": 831,
        "behaviors": [
          {}
        ],
        "network": {
          "dns_queries": [
            "example-dns_queries_item",
            "example-dns_queries_item",
            "example-dns_queries_item"
          ],
          "http_requests": [
            "example-http_requests_item"
          ],
          "connections": [
            {},
            {},
            {}
          ]
        }
      }
    },
    {
      "id": "example-id",
      "sha256": "82cf044f0d4dd2c49e50256c4b5c7cb33a170f9e2530bf21ba043729aba2732a",
      "status": "pending",
      "verdict": "malware",
      "create_time": "2025-04-07T19:33:36Z",
      "report": {
        "file_type": "custom",
        "size": 592,
        "behaviors": [
          {}
        ],
        "network": {
          "dns_queries": [
            "example-dns_queries_item",
            "example-dns_queries_item",
            "example-dns_queries_item"
          ],
          "http_requests": [
            "example-http_requests_item"
          ],
          "connections": [
            {},
            {}
          ]
        }
      }
    }
  ],
  "total": 675,
  "offset": 705,
  "limit": 408
}