Fortify · Capability

Fortify ScanCentral DAST API — System

Fortify ScanCentral DAST API — System. 1 operations. Lead operation: Fortify Get system health. Self-contained Naftiko capability covering one Fortify business surface.

Run with Naftiko FortifySystem

What You Can Do

GET
Gethealth — Fortify Get system health
/v1/health

MCP Tools

fortify-get-system-health

Fortify Get system health

read-only idempotent

Capability Spec

scancentral-dast-system.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fortify ScanCentral DAST API — System
  description: 'Fortify ScanCentral DAST API — System. 1 operations. Lead operation: Fortify Get system health. Self-contained
    Naftiko capability covering one Fortify business surface.'
  tags:
  - Fortify
  - System
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FORTIFY_API_KEY: FORTIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: scancentral-dast-system
    baseUri: ''
    description: Fortify ScanCentral DAST API — System business capability. Self-contained, no shared references.
    resources:
    - name: health
      path: /health
      operations:
      - name: gethealth
        method: GET
        description: Fortify Get system health
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.FORTIFY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: scancentral-dast-system-rest
    port: 8080
    description: REST adapter for Fortify ScanCentral DAST API — System. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/health
      name: health
      description: REST surface for health.
      operations:
      - method: GET
        name: gethealth
        description: Fortify Get system health
        call: scancentral-dast-system.gethealth
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: scancentral-dast-system-mcp
    port: 9090
    transport: http
    description: MCP adapter for Fortify ScanCentral DAST API — System. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: fortify-get-system-health
      description: Fortify Get system health
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scancentral-dast-system.gethealth
      outputParameters:
      - type: object
        mapping: $.