naftiko: 1.0.0-alpha2 info: label: Fortify ScanCentral DAST API — Sensor Pools description: 'Fortify ScanCentral DAST API — Sensor Pools. 5 operations. Lead operation: Fortify List sensor pools. Self-contained Naftiko capability covering one Fortify business surface.' tags: - Fortify - Sensor Pools 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-sensor-pools baseUri: '' description: Fortify ScanCentral DAST API — Sensor Pools business capability. Self-contained, no shared references. resources: - name: sensor-pools path: /sensor-pools operations: - name: listsensorpools method: GET description: Fortify List sensor pools outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createsensorpool method: POST description: Fortify Create sensor pool outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: sensor-pools-sensorPoolId path: /sensor-pools/{sensorPoolId} operations: - name: getsensorpool method: GET description: Fortify Get sensor pool outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: sensorPoolId in: path type: string description: Unique identifier of the sensor pool required: true - name: updatesensorpool method: PUT description: Fortify Update sensor pool outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: sensorPoolId in: path type: string description: Unique identifier of the sensor pool required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deletesensorpool method: DELETE description: Fortify Delete sensor pool outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: sensorPoolId in: path type: string description: Unique identifier of the sensor pool required: true authentication: type: apikey key: Authorization value: '{{env.FORTIFY_API_KEY}}' placement: header exposes: - type: rest namespace: scancentral-dast-sensor-pools-rest port: 8080 description: REST adapter for Fortify ScanCentral DAST API — Sensor Pools. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/sensor-pools name: sensor-pools description: REST surface for sensor-pools. operations: - method: GET name: listsensorpools description: Fortify List sensor pools call: scancentral-dast-sensor-pools.listsensorpools outputParameters: - type: object mapping: $. - method: POST name: createsensorpool description: Fortify Create sensor pool call: scancentral-dast-sensor-pools.createsensorpool with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/sensor-pools/{sensorpoolid} name: sensor-pools-sensorpoolid description: REST surface for sensor-pools-sensorPoolId. operations: - method: GET name: getsensorpool description: Fortify Get sensor pool call: scancentral-dast-sensor-pools.getsensorpool with: sensorPoolId: rest.sensorPoolId outputParameters: - type: object mapping: $. - method: PUT name: updatesensorpool description: Fortify Update sensor pool call: scancentral-dast-sensor-pools.updatesensorpool with: sensorPoolId: rest.sensorPoolId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletesensorpool description: Fortify Delete sensor pool call: scancentral-dast-sensor-pools.deletesensorpool with: sensorPoolId: rest.sensorPoolId outputParameters: - type: object mapping: $. - type: mcp namespace: scancentral-dast-sensor-pools-mcp port: 9090 transport: http description: MCP adapter for Fortify ScanCentral DAST API — Sensor Pools. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: fortify-list-sensor-pools description: Fortify List sensor pools hints: readOnly: true destructive: false idempotent: true call: scancentral-dast-sensor-pools.listsensorpools outputParameters: - type: object mapping: $. - name: fortify-create-sensor-pool description: Fortify Create sensor pool hints: readOnly: false destructive: false idempotent: false call: scancentral-dast-sensor-pools.createsensorpool with: body: tools.body outputParameters: - type: object mapping: $. - name: fortify-get-sensor-pool description: Fortify Get sensor pool hints: readOnly: true destructive: false idempotent: true call: scancentral-dast-sensor-pools.getsensorpool with: sensorPoolId: tools.sensorPoolId outputParameters: - type: object mapping: $. - name: fortify-update-sensor-pool description: Fortify Update sensor pool hints: readOnly: false destructive: false idempotent: true call: scancentral-dast-sensor-pools.updatesensorpool with: sensorPoolId: tools.sensorPoolId body: tools.body outputParameters: - type: object mapping: $. - name: fortify-delete-sensor-pool description: Fortify Delete sensor pool hints: readOnly: false destructive: true idempotent: true call: scancentral-dast-sensor-pools.deletesensorpool with: sensorPoolId: tools.sensorPoolId outputParameters: - type: object mapping: $.