StackRox · Capability

API Reference — ProbeUploadService

API Reference — ProbeUploadService. 1 operations. Lead operation: ProbeUploadService. Self-contained Naftiko capability covering one Stackrox business surface.

Run with Naftiko StackroxProbeUploadService

What You Can Do

POST
Getexistingprobes — getexistingprobes
/v1/v1/probeupload/getexisting

MCP Tools

getexistingprobes

getexistingprobes

Capability Spec

stackrox-probeuploadservice.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — ProbeUploadService
  description: 'API Reference — ProbeUploadService. 1 operations. Lead operation: ProbeUploadService. Self-contained Naftiko
    capability covering one Stackrox business surface.'
  tags:
  - Stackrox
  - ProbeUploadService
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STACKROX_API_KEY: STACKROX_API_KEY
capability:
  consumes:
  - type: http
    namespace: stackrox-probeuploadservice
    baseUri: https://{central-host}
    description: API Reference — ProbeUploadService business capability. Self-contained, no shared references.
    resources:
    - name: v1-probeupload-getexisting
      path: /v1/probeupload/getexisting
      operations:
      - name: getexistingprobes
        method: POST
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.STACKROX_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: stackrox-probeuploadservice-rest
    port: 8080
    description: REST adapter for API Reference — ProbeUploadService. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/probeupload/getexisting
      name: v1-probeupload-getexisting
      description: REST surface for v1-probeupload-getexisting.
      operations:
      - method: POST
        name: getexistingprobes
        description: getexistingprobes
        call: stackrox-probeuploadservice.getexistingprobes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stackrox-probeuploadservice-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — ProbeUploadService. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: getexistingprobes
      description: getexistingprobes
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: stackrox-probeuploadservice.getexistingprobes
      outputParameters:
      - type: object
        mapping: $.