Palo Alto Networks · Capability

Palo Alto Networks Prisma Cloud DSPM API — DataStores

Palo Alto Networks Prisma Cloud DSPM API — DataStores. 1 operations. Lead operation: Palo Alto Networks List Data Stores Inventory. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksDataStores

What You Can Do

GET
Listdatastores — Palo Alto Networks List Data Stores Inventory
/v1/dspm/api/v1/data-stores

MCP Tools

palo-alto-networks-list-data

Palo Alto Networks List Data Stores Inventory

read-only idempotent

Capability Spec

palo-alto-prisma-cloud-dspm-datastores.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Prisma Cloud DSPM API — DataStores
  description: 'Palo Alto Networks Prisma Cloud DSPM API — DataStores. 1 operations. Lead operation: Palo Alto Networks List
    Data Stores Inventory. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - DataStores
  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-datastores
    baseUri: https://api.prismacloud.io
    description: Palo Alto Networks Prisma Cloud DSPM API — DataStores business capability. Self-contained, no shared references.
    resources:
    - name: dspm-api-v1-data-stores
      path: /dspm/api/v1/data-stores
      operations:
      - name: listdatastores
        method: GET
        description: Palo Alto Networks List Data Stores Inventory
        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: cloudProvider
          in: query
          type: string
          description: Filter by cloud provider.
        - name: region
          in: query
          type: string
          description: Filter by cloud region.
        - name: serviceType
          in: query
          type: string
          description: Filter by data store service type.
        - name: riskLevel
          in: query
          type: string
          description: Filter by assigned risk level.
        - name: hasSensitiveData
          in: query
          type: boolean
          description: Filter to only data stores containing classified sensitive data.
        - name: search
          in: query
          type: string
          description: Search term to filter by data store name or identifier.
        - name: sortBy
          in: query
          type: string
          description: Field to sort results by.
        - name: sortOrder
          in: query
          type: string
          description: Sort order direction.
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-prisma-cloud-dspm-datastores-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Prisma Cloud DSPM API — DataStores. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/dspm/api/v1/data-stores
      name: dspm-api-v1-data-stores
      description: REST surface for dspm-api-v1-data-stores.
      operations:
      - method: GET
        name: listdatastores
        description: Palo Alto Networks List Data Stores Inventory
        call: palo-alto-prisma-cloud-dspm-datastores.listdatastores
        with:
          offset: rest.offset
          limit: rest.limit
          cloudProvider: rest.cloudProvider
          region: rest.region
          serviceType: rest.serviceType
          riskLevel: rest.riskLevel
          hasSensitiveData: rest.hasSensitiveData
          search: rest.search
          sortBy: rest.sortBy
          sortOrder: rest.sortOrder
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-cloud-dspm-datastores-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Prisma Cloud DSPM API — DataStores. 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 Stores Inventory
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-cloud-dspm-datastores.listdatastores
      with:
        offset: tools.offset
        limit: tools.limit
        cloudProvider: tools.cloudProvider
        region: tools.region
        serviceType: tools.serviceType
        riskLevel: tools.riskLevel
        hasSensitiveData: tools.hasSensitiveData
        search: tools.search
        sortBy: tools.sortBy
        sortOrder: tools.sortOrder
      outputParameters:
      - type: object
        mapping: $.