Palo Alto Networks · Capability

Prisma Cloud: Managed Security Service Provider (MSSP) — Mssp License Endpoints

Prisma Cloud: Managed Security Service Provider (MSSP) — Mssp License Endpoints. 2 operations. Lead operation: Palo Alto Networks Get the License Info for MSSP. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksMssp License Endpoints

What You Can Do

GET
Getmssplicenseinfov1 — Palo Alto Networks Get the License Info for MSSP
/v1/api/v1/license/info
POST
Getmssplicenseusagev1 — Palo Alto Networks Get the License Usage for MSSP
/v1/api/v1/license/usage

MCP Tools

palo-alto-networks-get-license

Palo Alto Networks Get the License Info for MSSP

read-only idempotent
palo-alto-networks-get-license-2

Palo Alto Networks Get the License Usage for MSSP

read-only

Capability Spec

palo-alto-prisma-cloud-mssp-mssp-license-endpoints.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Prisma Cloud: Managed Security Service Provider (MSSP) — Mssp License Endpoints'
  description: 'Prisma Cloud: Managed Security Service Provider (MSSP) — Mssp License Endpoints. 2 operations. Lead operation:
    Palo Alto Networks Get the License Info for MSSP. Self-contained Naftiko capability covering one Palo Alto Networks business
    surface.'
  tags:
  - Palo Alto Networks
  - Mssp License Endpoints
  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-mssp-mssp-license-endpoints
    baseUri: https://mssp-api.prismacloud.io
    description: 'Prisma Cloud: Managed Security Service Provider (MSSP) — Mssp License Endpoints business capability. Self-contained,
      no shared references.'
    resources:
    - name: api-v1-license-info
      path: /api/v1/license/info
      operations:
      - name: getmssplicenseinfov1
        method: GET
        description: Palo Alto Networks Get the License Info for MSSP
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v1-license-usage
      path: /api/v1/license/usage
      operations:
      - name: getmssplicenseusagev1
        method: POST
        description: Palo Alto Networks Get the License Usage for MSSP
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-prisma-cloud-mssp-mssp-license-endpoints-rest
    port: 8080
    description: 'REST adapter for Prisma Cloud: Managed Security Service Provider (MSSP) — Mssp License Endpoints. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/api/v1/license/info
      name: api-v1-license-info
      description: REST surface for api-v1-license-info.
      operations:
      - method: GET
        name: getmssplicenseinfov1
        description: Palo Alto Networks Get the License Info for MSSP
        call: palo-alto-prisma-cloud-mssp-mssp-license-endpoints.getmssplicenseinfov1
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/license/usage
      name: api-v1-license-usage
      description: REST surface for api-v1-license-usage.
      operations:
      - method: POST
        name: getmssplicenseusagev1
        description: Palo Alto Networks Get the License Usage for MSSP
        call: palo-alto-prisma-cloud-mssp-mssp-license-endpoints.getmssplicenseusagev1
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-cloud-mssp-mssp-license-endpoints-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Prisma Cloud: Managed Security Service Provider (MSSP) — Mssp License Endpoints. One tool
      per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: palo-alto-networks-get-license
      description: Palo Alto Networks Get the License Info for MSSP
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-cloud-mssp-mssp-license-endpoints.getmssplicenseinfov1
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-license-2
      description: Palo Alto Networks Get the License Usage for MSSP
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-prisma-cloud-mssp-mssp-license-endpoints.getmssplicenseusagev1
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.