Palo Alto Networks · JSON Structure

Wildfire Api Bulk Verdict Response Structure

WildFire bulk verdict results for multiple hash queries.

Type: object Properties: 1
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

BulkVerdictResponse is a JSON Structure definition published by Palo Alto Networks, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

get-verdicts-info

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/wildfire-api-bulk-verdict-response-structure.json",
  "name": "BulkVerdictResponse",
  "description": "WildFire bulk verdict results for multiple hash queries.",
  "type": "object",
  "properties": {
    "get-verdicts-info": {
      "type": "object",
      "properties": {
        "entry": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "md5": {
                "type": "string"
              },
              "sha256": {
                "type": "string"
              },
              "verdict": {
                "type": "int32"
              }
            }
          }
        }
      }
    }
  }
}