Palo Alto Networks · Capability

Palo Alto Networks Prisma Cloud DSPM API — DataAssets

Palo Alto Networks Prisma Cloud DSPM API — DataAssets. 2 operations. Lead operation: Palo Alto Networks List Data Assets. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksDataAssets

What You Can Do

GET
Listdataassets — Palo Alto Networks List Data Assets
/v1/dspm/api/v1/data-assets
GET
Getdataasset — Palo Alto Networks Get Data Asset Details
/v1/dspm/api/v1/data-assets/{id}

MCP Tools

palo-alto-networks-list-data

Palo Alto Networks List Data Assets

read-only idempotent
palo-alto-networks-get-data

Palo Alto Networks Get Data Asset Details

read-only idempotent

Capability Spec

palo-alto-prisma-cloud-dspm-dataassets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Prisma Cloud DSPM API — DataAssets
  description: 'Palo Alto Networks Prisma Cloud DSPM API — DataAssets. 2 operations. Lead operation: Palo Alto Networks List
    Data Assets. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - DataAssets
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PALO_ALTO_NETWORKS_API_KEY: PALO_ALTO_NETWORKS_API_KEY
capability:
  consumes:
  - type: http
    namespace: palo-alto-prisma-cloud-dspm-dataassets
    baseUri: https://api.prismacloud.io
    description: Palo Alto Networks Prisma Cloud DSPM API — DataAssets business capability. Self-contained, no shared references.
    resources:
    - name: dspm-api-v1-data-assets
      path: /dspm/api/v1/data-assets
      operations:
      - name: listdataassets
        method: GET
        description: Palo Alto Networks List Data Assets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: offset
          in: query
          type: integer
          description: Number of records to skip for pagination.
        - name: limit
          in: query
          type: integer
          description: Maximum number of records to return.
        - name: dataStoreId
          in: query
          type: string
          description: Filter assets by parent data store ID.
        - name: classificationLabel
          in: query
          type: string
          description: Filter by classification label (e.g., PII, PHI, PCI).
        - name: sensitivityLevel
          in: query
          type: string
          description: Filter by sensitivity level.
        - name: search
          in: query
          type: string
          description: Search term to filter by asset name or path.
        - name: sortBy
          in: query
          type: string
          description: Field to sort results by.
        - name: sortOrder
          in: query
          type: string
          description: Sort order direction.
    - name: dspm-api-v1-data-assets-id
      path: /dspm/api/v1/data-assets/{id}
      operations:
      - name: getdataasset
        method: GET
        description: Palo Alto Networks Get Data Asset Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Unique data asset identifier.
          required: true
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-prisma-cloud-dspm-dataassets-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Prisma Cloud DSPM API — DataAssets. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/dspm/api/v1/data-assets
      name: dspm-api-v1-data-assets
      description: REST surface for dspm-api-v1-data-assets.
      operations:
      - method: GET
        name: listdataassets
        description: Palo Alto Networks List Data Assets
        call: palo-alto-prisma-cloud-dspm-dataassets.listdataassets
        with:
          offset: rest.offset
          limit: rest.limit
          dataStoreId: rest.dataStoreId
          classificationLabel: rest.classificationLabel
          sensitivityLevel: rest.sensitivityLevel
          search: rest.search
          sortBy: rest.sortBy
          sortOrder: rest.sortOrder
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/dspm/api/v1/data-assets/{id}
      name: dspm-api-v1-data-assets-id
      description: REST surface for dspm-api-v1-data-assets-id.
      operations:
      - method: GET
        name: getdataasset
        description: Palo Alto Networks Get Data Asset Details
        call: palo-alto-prisma-cloud-dspm-dataassets.getdataasset
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-cloud-dspm-dataassets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Prisma Cloud DSPM API — DataAssets. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-data
      description: Palo Alto Networks List Data Assets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-cloud-dspm-dataassets.listdataassets
      with:
        offset: tools.offset
        limit: tools.limit
        dataStoreId: tools.dataStoreId
        classificationLabel: tools.classificationLabel
        sensitivityLevel: tools.sensitivityLevel
        search: tools.search
        sortBy: tools.sortBy
        sortOrder: tools.sortOrder
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-data
      description: Palo Alto Networks Get Data Asset Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-cloud-dspm-dataassets.getdataasset
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.