Palo Alto Networks · Capability

Prisma Cloud: Managed Security Service Provider (MSSP) — MSSP Operations Retry

Prisma Cloud: Managed Security Service Provider (MSSP) — MSSP Operations Retry. 1 operations. Lead operation: Palo Alto Networks API to Retry Failed Operation. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksMSSP Operations Retry

What You Can Do

POST
Retryoperation — Palo Alto Networks API to Retry Failed Operation
/v1/api/v1/mssp/{mssp-id}/operation/{request-id}/retry

MCP Tools

palo-alto-networks-api-retry

Palo Alto Networks API to Retry Failed Operation

Capability Spec

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