Palo Alto Networks · Example Payload

Prisma Cloud Dspm Api Data Asset Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Prisma Cloud Dspm Api Data Asset Example is an example object payload from Palo Alto Networks, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddataStoreIddataStoreNamenameassetTypepathclassificationLabelssensitivityLevelsampleFindingsrecordCountdiscoveredAtlastScannedAt

Example Payload

Raw ↑
{
  "id": "example-id",
  "dataStoreId": "391940",
  "dataStoreName": "Corporate Agent 78",
  "name": "Secondary Agent 79",
  "assetType": "file",
  "path": "/api/v1/1f4886",
  "classificationLabels": [
    "example-classificationLabels_item",
    "example-classificationLabels_item"
  ],
  "sensitivityLevel": "public",
  "sampleFindings": [
    {
      "classificationLabel": "example-classificationLabel",
      "pattern": "example-pattern",
      "count": 821,
      "sampleValue": "example-sampleValue"
    },
    {
      "classificationLabel": "example-classificationLabel",
      "pattern": "example-pattern",
      "count": 71,
      "sampleValue": "example-sampleValue"
    }
  ],
  "recordCount": 939,
  "discoveredAt": "2025-12-24T00:13:14Z",
  "lastScannedAt": "2024-07-08T17:51:56Z"
}